From d78602e4a59d611455c4457f24d542720d06607f Mon Sep 17 00:00:00 2001 From: Wes Copeland Date: Wed, 6 Nov 2024 17:44:48 -0500 Subject: [PATCH] chore(settings): temporarily hide LocaleSectionCard (#2808) --- .../js/features/settings/components/+root/SettingsRoot.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/js/features/settings/components/+root/SettingsRoot.tsx b/resources/js/features/settings/components/+root/SettingsRoot.tsx index 3ce281d9f4..4869fb3dd6 100644 --- a/resources/js/features/settings/components/+root/SettingsRoot.tsx +++ b/resources/js/features/settings/components/+root/SettingsRoot.tsx @@ -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'; @@ -39,7 +39,7 @@ export const SettingsRoot: FC = () => { onUpdateWebsitePrefs={handleUpdateWebsitePrefs} /> - + {/* */}