From f6900ed6cab5be6221b42984b0f7046ebc571b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 19 Jul 2022 23:44:11 +0200 Subject: [PATCH] Pullable: Remove pullingContent={undefined} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/components/pullable.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/soapbox/components/pullable.tsx b/app/soapbox/components/pullable.tsx index 03840d2c1..88394b828 100644 --- a/app/soapbox/components/pullable.tsx +++ b/app/soapbox/components/pullable.tsx @@ -13,7 +13,6 @@ interface IPullable { */ const Pullable: React.FC = ({ children }) =>(