Skip to content

Commit

Permalink
Remove showLanguageSwitcher as a default prop in layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Jan 18, 2021
1 parent 5d1b987 commit dda19dc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion apps/console/src/layouts/default.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export const DefaultLayout: FunctionComponent<DefaultLayoutPropsInterface> = (
) }
footer={ (
<Footer
showLanguageSwitcher
fluid={ !isMobileViewport ? fluid : false }
/>
) }
Expand Down
1 change: 0 additions & 1 deletion apps/console/src/views/admin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ export const AdminView: FunctionComponent<AdminViewPropsInterface> = (
) }
footer={ (
<Footer
showLanguageSwitcher
fluid={ !isMobileViewport ? fluid : false }
/>
) }
Expand Down
1 change: 0 additions & 1 deletion apps/console/src/views/developer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ export const DeveloperView: FunctionComponent<DeveloperViewPropsInterface> = (
) }
footer={ (
<Footer
showLanguageSwitcher
fluid={ !isMobileViewport ? fluid : false }
/>
) }
Expand Down

0 comments on commit dda19dc

Please sign in to comment.