diff --git a/client/src/components/Toast/Toast.tsx b/client/src/components/Toast/Toast.tsx index 5765eecc..3439f333 100644 --- a/client/src/components/Toast/Toast.tsx +++ b/client/src/components/Toast/Toast.tsx @@ -34,13 +34,14 @@ export const Toast = ({ message, duration = 3000, onClose }: ToastProps) => { }; if (!isVisible) return null; return ( -
{
-
+ ); };