Unverified Commit 3256c06e authored by Vinod Kumar Shyave's avatar Vinod Kumar Shyave Committed by GitHub
Browse files

Merge pull request #283 from arun1205/gitpod

log added
No related merge requests found
Showing with 3 additions and 2 deletions
+3 -2
......@@ -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]);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment