diff --git a/frontend/src/components/ui/toast.tsx b/frontend/src/components/ui/toast.tsx index c37978a1..622fcbc7 100644 --- a/frontend/src/components/ui/toast.tsx +++ b/frontend/src/components/ui/toast.tsx @@ -204,7 +204,7 @@ export function ToastContainer() { const visible = toasts.slice(-MAX_VISIBLE); return createPortal( -
+
{visible.map((t) => (