Skip to content

Commit

Permalink
chore(settings): temporarily hide LocaleSectionCard (#2808)
Browse files Browse the repository at this point in the history
  • Loading branch information
wescopeland authored Nov 6, 2024
1 parent 7730c0a commit d78602e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ChangeEmailAddressSectionCard } from '../ChangeEmailAddressSectionCard'
import { ChangePasswordSectionCard } from '../ChangePasswordSectionCard';
import { DeleteAccountSectionCard } from '../DeleteAccountSectionCard';
import { KeysSectionCard } from '../KeysSectionCard';
import { LocaleSectionCard } from '../LocaleSectionCard';
// import { LocaleSectionCard } from '../LocaleSectionCard';
import { NotificationsSectionCard } from '../NotificationsSectionCard';
import { PreferencesSectionCard } from '../PreferencesSectionCard';
import { ProfileSectionCard } from '../ProfileSectionCard';
Expand Down Expand Up @@ -39,7 +39,7 @@ export const SettingsRoot: FC = () => {
onUpdateWebsitePrefs={handleUpdateWebsitePrefs}
/>

<LocaleSectionCard />
{/* <LocaleSectionCard /> */}

<PreferencesSectionCard
currentWebsitePrefs={currentWebsitePrefs}
Expand Down

0 comments on commit d78602e

Please sign in to comment.