diff --git a/src/components/Toaster.tsx b/src/components/Toaster.tsx index 4cca368..89771ce 100644 --- a/src/components/Toaster.tsx +++ b/src/components/Toaster.tsx @@ -43,13 +43,10 @@ export function ToastItem(props: { toastId: number, title: string, description:
-