From c03b67c5c143f07fffb4e853573ffd0d7cff1f61 Mon Sep 17 00:00:00 2001 From: thsparks Date: Mon, 22 Apr 2024 16:48:44 -0700 Subject: [PATCH] Undo unnecessary change --- teachertool/src/components/Toasts.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teachertool/src/components/Toasts.tsx b/teachertool/src/components/Toasts.tsx index 5a08058b1d4c..a57d8ad5e464 100644 --- a/teachertool/src/components/Toasts.tsx +++ b/teachertool/src/components/Toasts.tsx @@ -44,7 +44,7 @@ const ToastNotification: React.FC = ({ toast }) => { }, [sliderActive]); return ( -
+
{!toast.hideIcon && (
@@ -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}
}