From c48cdf549a59c4fe14293b5960abc4e73664452e Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 11 Jun 2024 16:09:19 -0700 Subject: [PATCH] one version --- src/components/StarterPack/QrCode.tsx | 35 ++++++++++++++++----- src/components/StarterPack/QrCodeDialog.tsx | 1 - 2 files changed, 28 insertions(+), 8 deletions(-) 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 (