From f347ce59506e3482afa90686d44523fca97c6ceb Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 12 Sep 2024 11:57:12 +0000 Subject: [PATCH] ci: prettier format --- .../SourcesView/QueuedSources/Table/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/SourcesTableModal/SourcesView/QueuedSources/Table/index.tsx b/src/components/SourcesTableModal/SourcesView/QueuedSources/Table/index.tsx index 5b7eedcbb..bf455635f 100644 --- a/src/components/SourcesTableModal/SourcesView/QueuedSources/Table/index.tsx +++ b/src/components/SourcesTableModal/SourcesView/QueuedSources/Table/index.tsx @@ -145,7 +145,6 @@ const StyledLink = styled.a` } ` - const CheckCircleWrapper = styled.div` margin-right: 40px; - ` \ No newline at end of file +`