Skip to content

Commit 666c18c

Browse files
author
Víctor Borrego Pérez
committed
Updated NotificationComponent
1 parent a980858 commit 666c18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/13_LoginForm/src/common/notification.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ const useStyles = makeStyles(theme =>
2020
);
2121

2222
export const NotificationComponent = (props: Props) => {
23-
const { message, show, onClose } = props;
2423
const classes = useStyles();
24+
const { message, show, onClose } = props;
2525

2626
return (
2727
<Snackbar

0 commit comments

Comments
 (0)