From 8f848877a039a283744fa670fee25ba17a26577e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Fri, 22 Apr 2022 19:08:37 +0200 Subject: [PATCH] yarn lint:js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/components/progress_bar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/components/progress_bar.tsx b/app/soapbox/components/progress_bar.tsx index 414efe053..bcdc071b8 100644 --- a/app/soapbox/components/progress_bar.tsx +++ b/app/soapbox/components/progress_bar.tsx @@ -8,6 +8,6 @@ const ProgressBar: React.FC = ({ progress }) => (
-) +); export default ProgressBar;