diff --git a/src/components/StarterPack/QrCode.tsx b/src/components/StarterPack/QrCode.tsx
index 9ffbe68be2..c0620668fb 100644
--- a/src/components/StarterPack/QrCode.tsx
+++ b/src/components/StarterPack/QrCode.tsx
@@ -6,6 +6,7 @@ import {LinearGradient} from 'expo-linear-gradient'
import {AppBskyGraphDefs, AppBskyGraphStarterpack} from '@atproto/api'
import {Trans} from '@lingui/macro'
+import {UserAvatar} from 'view/com/util/UserAvatar'
import {Logo} from 'view/icons/Logo'
import {Logotype} from 'view/icons/Logotype'
import {useTheme} from '#/alf'
@@ -34,7 +35,7 @@ export function QrCode({
-
+
Join the conversation
-
- {record.name}
-
+
+
+ {starterPack.listItemsSample?.map(p => (
+
+
+
+ ))}
+
+
+ {record.name}
+
+
@@ -64,7 +85,7 @@ export function QrCode({
/>
-
+
diff --git a/src/components/StarterPack/QrCodeDialog.tsx b/src/components/StarterPack/QrCodeDialog.tsx
index 9fb1dccfdb..e6e13e366a 100644
--- a/src/components/StarterPack/QrCodeDialog.tsx
+++ b/src/components/StarterPack/QrCodeDialog.tsx
@@ -41,7 +41,6 @@ export function QrCodeDialog({
})
})
}
-
return (