Skip to content

Commit

Permalink
await initI18next
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzod-davlatov committed Sep 3, 2023
1 parent 87cf695 commit a6f201d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/application.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { rootReducer } from './slices';
import { initI18next } from './initI18next.js';

export default async () => {
initI18next();
await initI18next();

const store = configureStore({
reducer: rootReducer,
Expand Down

0 comments on commit a6f201d

Please sign in to comment.