From df985b6583eda0b2b9f6fa9223d2e7bc975abe9f Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 17 Jun 2024 16:39:05 -0700 Subject: [PATCH] rm unused prop --- src/view/com/profile/ProfileSubpageHeader.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/view/com/profile/ProfileSubpageHeader.tsx b/src/view/com/profile/ProfileSubpageHeader.tsx index 69aa974d67..fe296f8659 100644 --- a/src/view/com/profile/ProfileSubpageHeader.tsx +++ b/src/view/com/profile/ProfileSubpageHeader.tsx @@ -21,7 +21,6 @@ import {Text} from '../util/text/Text' import {UserAvatar, UserAvatarType} from '../util/UserAvatar' import {CenteredView} from '../util/Views' import hairlineWidth = StyleSheet.hairlineWidth -import {AppBskyGraphDefs} from '@atproto/api' import {Menu_Stroke2_Corner0_Rounded as Menu} from '#/components/icons/Menu' import {StarterPackIcon} from '#/components/icons/StarterPackIcon' @@ -47,7 +46,6 @@ export function ProfileSubpageHeader({ handle: string } | undefined - starterPack?: AppBskyGraphDefs.StarterPackView avatarType: UserAvatarType | 'starter-pack' }>) { const setDrawerOpen = useSetDrawerOpen()