diff --git a/squarenotsquare/src/redux/actions/SystemActions.js b/squarenotsquare/src/redux/actions/SystemActions.js index 0ce28d6..8366943 100644 --- a/squarenotsquare/src/redux/actions/SystemActions.js +++ b/squarenotsquare/src/redux/actions/SystemActions.js @@ -6,7 +6,7 @@ export function appInit() { return async (dispatch) => { await DbAPI.initDB(); dispatch(onInit()); - setTimeout(() => squareNav('Home'), 1000); + squareNav('Home'); } }