diff --git a/src/features/account-gallery/index.tsx b/src/features/account-gallery/index.tsx index a899d8d17..e8707e543 100644 --- a/src/features/account-gallery/index.tsx +++ b/src/features/account-gallery/index.tsx @@ -105,7 +105,7 @@ const AccountGallery = () => { if (isUnavailable) { return ( -
+
@@ -126,7 +126,7 @@ const AccountGallery = () => { ))} {!isLoading && attachments.size === 0 && ( -
+
)} @@ -135,7 +135,7 @@ const AccountGallery = () => {
{isLoading && attachments.size === 0 && ( -
+
)} diff --git a/src/features/compose/components/search-results.tsx b/src/features/compose/components/search-results.tsx index 87e85fd1f..57f9cc694 100644 --- a/src/features/compose/components/search-results.tsx +++ b/src/features/compose/components/search-results.tsx @@ -132,7 +132,7 @@ const SearchResults = () => { searchResults = suggestions.map(suggestion => ); } else if (loaded) { noResultsMessage = ( -
+
{ resultsIds = trendingStatuses; } else if (loaded) { noResultsMessage = ( -
+
{ searchResults = trends.map(hashtag => ); } else if (loaded) { noResultsMessage = ( -
+
= ({ params }) => { if (isUnavailable) { return ( -
+
diff --git a/src/features/followers/index.tsx b/src/features/followers/index.tsx index 8847beb11..8b2657c63 100644 --- a/src/features/followers/index.tsx +++ b/src/features/followers/index.tsx @@ -44,7 +44,7 @@ const Followers: React.FC = ({ params }) => { if (isUnavailable) { return ( -
+
); diff --git a/src/features/following/index.tsx b/src/features/following/index.tsx index f5c4c3475..eb7d42a27 100644 --- a/src/features/following/index.tsx +++ b/src/features/following/index.tsx @@ -44,7 +44,7 @@ const Following: React.FC = ({ params }) => { if (isUnavailable) { return ( -
+
); diff --git a/src/features/group/group-gallery.tsx b/src/features/group/group-gallery.tsx index a2fd17532..ce83d2f86 100644 --- a/src/features/group/group-gallery.tsx +++ b/src/features/group/group-gallery.tsx @@ -77,7 +77,7 @@ const GroupGallery: React.FC = (props) => { ))} {(!isLoading && attachments.length === 0) && ( -
+
)}