diff --git a/src/components/ui/AlertSnackbar.tsx b/src/components/ui/AlertSnackbar.tsx index 3cf5c554..ad2f4d28 100644 --- a/src/components/ui/AlertSnackbar.tsx +++ b/src/components/ui/AlertSnackbar.tsx @@ -7,7 +7,7 @@ const Alert = React.forwardRef(function Alert( props, ref, ) { - return ; + return ; }); export interface AlertSnackbarProps {