Skip to content

Commit 410656e

Browse files
committed
chore(CAlert): clean-up
1 parent c214bf1 commit 410656e

File tree

1 file changed

+0
-1
lines changed
  • packages/coreui-react/src/components/alert

1 file changed

+0
-1
lines changed

packages/coreui-react/src/components/alert/CAlert.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export const CAlert = forwardRef<HTMLDivElement, CAlertProps>(
6060
variant === 'solid' ? `bg-${color} text-white` : `alert-${color}`,
6161
{
6262
'alert-dismissible fade': dismissible,
63-
// show: _visible,
6463
},
6564
className,
6665
)

0 commit comments

Comments
 (0)