diff --git a/app/soapbox/components/tombstone.tsx b/app/soapbox/components/tombstone.tsx index f99379315..672d1c5f6 100644 --- a/app/soapbox/components/tombstone.tsx +++ b/app/soapbox/components/tombstone.tsx @@ -6,7 +6,7 @@ import { Text } from 'soapbox/components/ui'; /** Represents a deleted item. */ const Tombstone: React.FC = () => { return ( -
+
diff --git a/app/soapbox/features/status/index.tsx b/app/soapbox/features/status/index.tsx index 33666c56b..f30f69335 100644 --- a/app/soapbox/features/status/index.tsx +++ b/app/soapbox/features/status/index.tsx @@ -561,7 +561,7 @@ class Status extends ImmutablePureComponent { renderTombstone(id: string) { return ( -
+
);