diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-10-15 21:57:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 21:57:28 +0300 |
commit | c3d0cc55d98fb32b25cd2164cfa1c399985e7c84 (patch) | |
tree | 6a06ca7ec00e6c7143002fa1762bc5e08f858d4e /src/state | |
parent | fe5eb507ca693e4db9ca1317b522765a513fea8c (diff) | |
download | voidsky-c3d0cc55d98fb32b25cd2164cfa1c399985e7c84.tar.zst |
Edit profile dialog ALF refresh (#5633)
Diffstat (limited to 'src/state')
-rw-r--r-- | src/state/modals/index.tsx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/state/modals/index.tsx b/src/state/modals/index.tsx index 5be21dfd3..03ab73f43 100644 --- a/src/state/modals/index.tsx +++ b/src/state/modals/index.tsx @@ -4,12 +4,6 @@ import {AppBskyActorDefs, AppBskyGraphDefs} from '@atproto/api' import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback' -export interface EditProfileModal { - name: 'edit-profile' - profile: AppBskyActorDefs.ProfileViewDetailed - onUpdate?: () => void -} - export interface CreateOrEditListModal { name: 'create-or-edit-list' purpose?: string @@ -111,7 +105,6 @@ export type Modal = | AddAppPasswordModal | ChangeHandleModal | DeleteAccountModal - | EditProfileModal | VerifyEmailModal | ChangeEmailModal | ChangePasswordModal |