From c9ad26ccc17076bd4f77e506caf176679749efe5 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 15 Jun 2024 21:08:16 +0530 Subject: [PATCH] chore: lint --- src/components/atoms/AlertSnackbar.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/atoms/AlertSnackbar.tsx b/src/components/atoms/AlertSnackbar.tsx index 0b3a5382..3cf5c554 100644 --- a/src/components/atoms/AlertSnackbar.tsx +++ b/src/components/atoms/AlertSnackbar.tsx @@ -31,10 +31,10 @@ export const AlertSnackbar = ({ severity, message, isOpen }: AlertSnackbarProps) }; return ( - - - {message} - - + + + {message} + + ); }