Skip to content

Commit 5344a36

Browse files
committedJul 4, 2021
chore: clean-up
1 parent 578932c commit 5344a36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/components/modal/CModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ export const CModal = forwardRef<HTMLDivElement, CModalProps>(
169169
<CModalContent>{children}</CModalContent>
170170
</CModalDialog>
171171
</div>
172-
{/* {backdrop && <CBackdrop visible={visible} />} */}
173172
</>
174173
)
175174
}

0 commit comments

Comments
 (0)
Please sign in to comment.