diff --git a/app/soapbox/features/account-gallery/index.tsx b/app/soapbox/features/account-gallery/index.tsx
index 7082124c8..7cee5c569 100644
--- a/app/soapbox/features/account-gallery/index.tsx
+++ b/app/soapbox/features/account-gallery/index.tsx
@@ -148,7 +148,7 @@ const AccountGallery = () => {
))}
{!isLoading && attachments.size === 0 && (
-
+
)}
diff --git a/app/soapbox/features/group/group-gallery.tsx b/app/soapbox/features/group/group-gallery.tsx
index 96ed47e13..70a77680d 100644
--- a/app/soapbox/features/group/group-gallery.tsx
+++ b/app/soapbox/features/group/group-gallery.tsx
@@ -77,7 +77,7 @@ const GroupGallery: React.FC
= (props) => {
))}
{(!isLoading && attachments.length === 0) && (
-