diff --git a/src/components/status.tsx b/src/components/status.tsx index 81665466c..d9152bb66 100644 --- a/src/components/status.tsx +++ b/src/components/status.tsx @@ -361,7 +361,7 @@ const Status: React.FC = (props) => { if (actualStatus.quote) { if (actualStatus.pleroma.get('quote_visible', true) === false) { quote = ( -
+

);