Skip to content

Commit

Permalink
Remove unneeded change
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Jul 4, 2024
1 parent b77d962 commit 45e70e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/charterafrica/src/pages/_app.page.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ MyApp.getInitialProps = async (appContext) => {
const appProps = await App.getInitialProps(appContext);
const {
Component,
router: { defaultLocale, locale = "en", locales },
router: { defaultLocale, locale, locales },
ctx: appCtx,
} = appContext;
let pageProps = {};
Expand Down

0 comments on commit 45e70e6

Please sign in to comment.