diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-03-16 16:23:04 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-16 16:23:04 +0900 |
commit | 6d57094c6a9898076e52baf9a5a4d2455c308280 (patch) | |
tree | 7252de95d8b1925f3da5473fa759b8a17b6c1f40 /src/state/modals/index.tsx | |
parent | 242b899f79b4467f2822bb5e0f7eb6990e114fff (diff) | |
parent | 98bca69ae996dabf3c7bf05f98497b56b62cb494 (diff) | |
download | voidsky-6d57094c6a9898076e52baf9a5a4d2455c308280.tar.zst |
Merge branch 'bluesky-social:main' into patch-3
Diffstat (limited to 'src/state/modals/index.tsx')
-rw-r--r-- | src/state/modals/index.tsx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/state/modals/index.tsx b/src/state/modals/index.tsx index a18f6c87c..db5be0b8d 100644 --- a/src/state/modals/index.tsx +++ b/src/state/modals/index.tsx @@ -135,10 +135,6 @@ export interface PostLanguagesSettingsModal { name: 'post-languages-settings' } -export interface BirthDateSettingsModal { - name: 'birth-date-settings' -} - export interface VerifyEmailModal { name: 'verify-email' showReminder?: boolean @@ -179,7 +175,6 @@ export type Modal = | ChangeHandleModal | DeleteAccountModal | EditProfileModal - | BirthDateSettingsModal | VerifyEmailModal | ChangeEmailModal | ChangePasswordModal |