Update src/components/ProgressGuide/List.tsx

Co-authored-by: Samuel Newman <mozzius@protonmail.com>
This commit is contained in:
Spence Pope
2026-02-11 13:11:15 -05:00
committed by GitHub
parent 8581285d34
commit 63fbf577d9
+1
View File
@@ -158,6 +158,7 @@ function StackedAvatars({follows}: {follows?: bsky.profile.AnyProfileView[]}) {
type="user"
size={avatarSize - 2}
avatar={follow.avatar}
noBorder
/>
</View>
))}