diff options
author | dan <dan.abramov@gmail.com> | 2024-02-08 23:41:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-08 23:41:02 +0000 |
commit | d9b62955b5424046b19fe4b8761f820774656f3f (patch) | |
tree | 27c4c739462760ef97c61b0a5f75dae829b1c4f9 /src/state/modals | |
parent | 06f81d69486f2e6e8ffd65da5a4bfdcd7d8a2655 (diff) | |
download | voidsky-d9b62955b5424046b19fe4b8761f820774656f3f.tar.zst |
Remove Profile Preview modal (#2790)
Diffstat (limited to 'src/state/modals')
-rw-r--r-- | src/state/modals/index.tsx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/state/modals/index.tsx b/src/state/modals/index.tsx index e3a4ccd8c..096211bd4 100644 --- a/src/state/modals/index.tsx +++ b/src/state/modals/index.tsx @@ -26,11 +26,6 @@ export interface EditProfileModal { onUpdate?: () => void } -export interface ProfilePreviewModal { - name: 'profile-preview' - did: string -} - export interface ServerInputModal { name: 'server-input' initialService: string @@ -202,7 +197,6 @@ export type Modal = | ChangeHandleModal | DeleteAccountModal | EditProfileModal - | ProfilePreviewModal | BirthDateSettingsModal | VerifyEmailModal | ChangeEmailModal |