Fall back to who to follow

This commit is contained in:
Paul Frazee 2023-03-17 18:09:27 -05:00
parent ff39b072f3
commit 025681c2f2
2 changed files with 13 additions and 1 deletions

View file

@ -205,7 +205,7 @@ export const SearchScreen = withAuthRequired(
}>
{foafsView.isLoading ? (
<ProfileCardFeedLoadingPlaceholder />
) : foafsView.sources.length ? (
) : foafsView.hasContent ? (
<>
{foafsView.popular.length > 0 && (
<View style={styles.suggestions}>