From d2f9833271efee75d59058781440b2704ee95ace Mon Sep 17 00:00:00 2001 From: Benny Joo Date: Wed, 20 Sep 2023 17:13:45 +0100 Subject: [PATCH] address --- intuita-webview/src/main/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/intuita-webview/src/main/App.tsx b/intuita-webview/src/main/App.tsx index ce32e22b..8e671a05 100644 --- a/intuita-webview/src/main/App.tsx +++ b/intuita-webview/src/main/App.tsx @@ -20,7 +20,7 @@ import { ToastContainer } from 'react-toastify'; import 'react-toastify/dist/ReactToastify.css'; import { useTheme } from '../shared/Snippet/useTheme'; -const ToastContainerProps = { +const toastContainerProps = { pauseOnHover: false, pauseOnFocusLoss: false, hideProgressBar: false, @@ -174,7 +174,7 @@ function App() { /> ) : null}