Add in new suggested accounts endpoint into FollowDialog (#8147)

* Add in new suggested accounts endpoint into FollowDialog

* Fix lint

---------

Co-authored-by: Hailey <me@haileyok.com>
This commit is contained in:
Eric Bailey
2025-04-07 20:29:04 -05:00
committed by GitHub
parent 4879a07701
commit d496b5bdbf
2 changed files with 96 additions and 156 deletions
@@ -33,10 +33,11 @@ export function StarterPackCard({
const {currentAccount} = useSession()
const {gtPhone} = useBreakpoints()
const link = useStarterPackLink({view})
const record = view.record
if (
!bsky.dangerousIsType<AppBskyGraphStarterpack.Record>(
view.record,
record,
AppBskyGraphStarterpack.isRecord,
)
) {
@@ -90,7 +91,7 @@ export function StarterPackCard({
emoji
style={[a.text_md, a.font_bold, a.leading_snug]}
numberOfLines={1}>
{view.record.name}
{record.name}
</Text>
<Text
emoji