From ed98e76256f8054dfbd137b0cfa5be4c20e6d93f Mon Sep 17 00:00:00 2001 From: danidfra Date: Wed, 6 Nov 2024 13:45:31 -0300 Subject: [PATCH] Remove unused or non-existent class names --- src/components/status.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ( -
+

);