From f9b8688af504eece9c68f416a5cce01ecc9b35ea Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Mon, 12 Feb 2024 08:29:56 -0800 Subject: [PATCH] restore css --- teachertool/src/components/Toasts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teachertool/src/components/Toasts.tsx b/teachertool/src/components/Toasts.tsx index 1d2002d8a8f4..a57d8ad5e464 100644 --- a/teachertool/src/components/Toasts.tsx +++ b/teachertool/src/components/Toasts.tsx @@ -52,7 +52,7 @@ const ToastNotification: React.FC = ({ toast }) => { )}
- {toast.text &&
{toast.text}
} + {toast.text &&
{toast.text}
} {toast.detail &&
{toast.detail}
} {toast.jsx &&
{toast.jsx}
}