Skip to content

Commit 5c7242f

Browse files
committed
fix: remove unnecessary prop binding
1 parent da488fa commit 5c7242f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Alert/Alert.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const Alert: FC<AlertProps> = ({
2929
}
3030

3131
return (
32-
<Collapse in={open}>
32+
<Collapse in>
3333
<MuiAlert
3434
{...alertProps}
3535
sx={{ textAlign: "left", ...alertProps.sx }}

0 commit comments

Comments
 (0)