From c3d0cc55d98fb32b25cd2164cfa1c399985e7c84 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 15 Oct 2024 21:57:28 +0300 Subject: Edit profile dialog ALF refresh (#5633) --- src/state/modals/index.tsx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/state/modals/index.tsx') 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 -- cgit 1.4.1