Skip to content

Commit a5930d7

Browse files
authored
Update Alert.tsx
Signed-off-by: Joseph Garrone <joseph.garrone.gj@gmail.com>
1 parent f58cf85 commit a5930d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Alert.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ export const Alert = memo((props: AlertProps) => {
152152
{title}
153153
</HtmlTitleTag>
154154
<p className={classes.description}>{description}</p>
155-
{/* TODO: Use our button once we have one */}
156155
{isClosable && (
157156
<button
158157
ref={setButtonElement}

0 commit comments

Comments
 (0)