Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper committed Jun 18, 2024
1 parent d2c48f3 commit 9cb9f4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/redux/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ const middleware = applyMiddleware(
routerMiddleware(history) as Middleware
)

const composeEnhancers = (window as any)?.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?.({ maxAge: 200 }) ?? compose
const composeEnhancers =
(window as any)?.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?.({ maxAge: 200 }) ??
compose

export const store = createStore(
rootReducer,
Expand Down

0 comments on commit 9cb9f4a

Please sign in to comment.