diff --git a/src/components/Toaster.tsx b/src/components/Toaster.tsx index 7a95aed..6a1116a 100644 --- a/src/components/Toaster.tsx +++ b/src/components/Toaster.tsx @@ -29,7 +29,7 @@ export function showToast(arg: ToastArg) { export function ToastItem(props: { toastId: number, title: string, description: string, isError?: boolean }) { return ( - +