diff options
Diffstat (limited to 'src/view')
-rw-r--r-- | src/view/screens/Search.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Search.tsx b/src/view/screens/Search.tsx index 246aa13f5..6ae5fba0d 100644 --- a/src/view/screens/Search.tsx +++ b/src/view/screens/Search.tsx @@ -205,7 +205,7 @@ export const SearchScreen = withAuthRequired( }> {foafsView.isLoading ? ( <ProfileCardFeedLoadingPlaceholder /> - ) : foafsView.sources.length ? ( + ) : foafsView.hasContent ? ( <> {foafsView.popular.length > 0 && ( <View style={styles.suggestions}> |