diff --git a/common/store.ts b/common/store.ts index 3bcf497d..458258be 100644 --- a/common/store.ts +++ b/common/store.ts @@ -114,8 +114,7 @@ const configureStore = () => { }, customTokens: state.customTokens }); - }), - 1000 + }, 1000) ); return store;