diff options
Diffstat (limited to 'src/screens/StarterPack/StarterPackScreen.tsx')
-rw-r--r-- | src/screens/StarterPack/StarterPackScreen.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/StarterPack/StarterPackScreen.tsx b/src/screens/StarterPack/StarterPackScreen.tsx index 1b2f61bd5..3a3e4234f 100644 --- a/src/screens/StarterPack/StarterPackScreen.tsx +++ b/src/screens/StarterPack/StarterPackScreen.tsx @@ -407,6 +407,7 @@ function Header({ isOwner={isOwn} avatar={undefined} creator={creator} + purpose="app.bsky.graph.defs#referencelist" avatarType="starter-pack"> {hasSession ? ( <View style={[a.flex_row, a.gap_sm, a.align_center]}> |