Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Remove unintentional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Sep 9, 2024
1 parent 6fc5450 commit 96d7fda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
16 changes: 0 additions & 16 deletions src/components/views/settings/UserPersonalInfoSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,22 +130,6 @@ export const UserPersonalInfoSettings: React.FC<UserPersonalInfoSettingsProps> =
/>
</ThreepidSectionWrapper>
</SettingsSubsection>

<SettingsSubsection heading={_t("settings|general|timezone")} stretchContent legacy={false}>
<ThreepidSectionWrapper
error={_t("settings|general|unable_to_load_msisdns")}
loadingState={loadingState}
>
<AddRemoveThreepids
mode="hs"
medium={ThreepidMedium.Phone}
threepids={phoneNumbers!}
onChange={onMsisdnsChange}
disabled={!canMake3pidChanges}
isLoading={loadingState === "loading"}
/>
</ThreepidSectionWrapper>
</SettingsSubsection>
</div>
);
};
Expand Down
1 change: 0 additions & 1 deletion src/i18n/strings/en_EN.json
Original file line number Diff line number Diff line change
Expand Up @@ -2579,7 +2579,6 @@
"remove_email_prompt": "Remove %(email)s?",
"remove_msisdn_prompt": "Remove %(phone)s?",
"spell_check_locale_placeholder": "Choose a locale",
"timezone": "settings|general|timezone",
"unable_to_load_emails": "Unable to load email addresses",
"unable_to_load_msisdns": "Unable to load phone numbers",
"username": "Username"
Expand Down

0 comments on commit 96d7fda

Please sign in to comment.