about summary refs log tree commit diff
path: root/src/state/modals
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-03-15 15:45:58 +0000
committerSamuel Newman <mozzius@protonmail.com>2024-03-15 15:45:58 +0000
commit577091d44d15680d0c14f7d4571d630bf558a74d (patch)
tree74fea5ba491ce0d46b09b85727ce1ecb2c18ae86 /src/state/modals
parent4f8381678da505737a96b7420c0f1ea8329f3672 (diff)
downloadvoidsky-577091d44d15680d0c14f7d4571d630bf558a74d.tar.zst
ALF the birthday modal and remove legacy one
Diffstat (limited to 'src/state/modals')
-rw-r--r--src/state/modals/index.tsx5
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