From cf26807f55b4ad62ae1c12b3e79fd6169797103e Mon Sep 17 00:00:00 2001
From: Arun Nair <arun.kumar@tarento.com>
Date: Wed, 22 Nov 2023 18:18:41 +0530
Subject: [PATCH] log added

---
 apps/wrapper/web-portal/src/App.js | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/apps/wrapper/web-portal/src/App.js b/apps/wrapper/web-portal/src/App.js
index f1b66524..ece80c96 100644
--- a/apps/wrapper/web-portal/src/App.js
+++ b/apps/wrapper/web-portal/src/App.js
@@ -54,6 +54,7 @@ import { getCookie, getLocalTimeInISOFormat } from "./utils";
 import Toast from "./components/Toast";
 
 function App() {
+  console.log("Good afternoon Sharath !!!!!!!")
   const loggedInUser = getCookie("regulator")?.[0];
   const [spinner, setSpinner] = useState(false);
   const [toast, setToast] = useState({
@@ -84,13 +85,13 @@ function App() {
 
   useEffect(() => {
     if (toast) {
-      setTimeout(() => {
+    /*   setTimeout(() => {
         setToast({
           toastOpen: false,
           toastMsg: "",
           toastType: "",
         });
-      }, 3000);
+      }, 3000); */
     }
   }, [toast]);
 
-- 
GitLab