Skip to content

Commit c606a01

Browse files
committed
undo push to main
1 parent eab5147 commit c606a01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/alert/Alert.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export const Alert = ({
5353
onDismissClick,
5454
banner = false,
5555
extra,
56-
...otherProps
5756
}: AlertProps) => {
5857
let variantStyle = useSeverityStyle(variant);
5958

@@ -62,7 +61,6 @@ export const Alert = ({
6261
}
6362
return (
6463
<div
65-
{...otherProps}
6664
css={css`
6765
padding: ${theme.spacing.margin8}px ${theme.spacing.margin16}px;
6866
border-radius: 4px;

0 commit comments

Comments
 (0)