diff --git a/src/components/StarterPack/StarterPackAvatar.tsx b/src/components/StarterPack/StarterPackAvatar.tsx
deleted file mode 100644
index da6becae16..0000000000
--- a/src/components/StarterPack/StarterPackAvatar.tsx
+++ /dev/null
@@ -1,37 +0,0 @@
-import React from 'react'
-import {View} from 'react-native'
-import {AppBskyGraphDefs} from '@atproto/api'
-
-import {UserAvatar} from 'view/com/util/UserAvatar'
-import {atoms as a} from '#/alf'
-
-export function StarterPackAvatar({
- starterPack,
- size = 60,
-}: {
- starterPack?: AppBskyGraphDefs.StarterPackView
- size?: number
-}) {
- // TODO listItemsSample shouldn't be optional
- if (!starterPack || !starterPack.listItemsSample) return null
-
- const avatars = starterPack.listItemsSample.map(item => item.subject.avatar)
-
- return (
-
-
-
-
-
-
-
-
-
-
- )
-}
diff --git a/src/screens/StarterPack/StarterPackScreen.tsx b/src/screens/StarterPack/StarterPackScreen.tsx
index 1d7badf74b..816f70186d 100644
--- a/src/screens/StarterPack/StarterPackScreen.tsx
+++ b/src/screens/StarterPack/StarterPackScreen.tsx
@@ -176,7 +176,6 @@ function Header({
isOwner={isOwn}
avatar={undefined}
creator={creator}
- starterPack={starterPack}
avatarType="starter-pack">