diff --git a/client/components/ui/toaster.tsx b/client/components/ui/toaster.tsx index 5887f080..07051c4d 100644 --- a/client/components/ui/toaster.tsx +++ b/client/components/ui/toaster.tsx @@ -13,9 +13,17 @@ export function Toaster() { return ( - {toasts.map(function ({ id, title, description, action, ...props }) { + {toasts.map(function ({ id, title, description, action, ...props }: any) { return ( - +
{title && {title}} {description && (