File tree

1 file changed

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

1 file changed

+0
-1
lines changed
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)