From 0cfb41755a3cf5bc39cd65e45e02418c245fa793 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Thu, 27 Jun 2024 00:21:32 -0400 Subject: lint --- frontend/src/components/PluginView.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'frontend/src/components') diff --git a/frontend/src/components/PluginView.tsx b/frontend/src/components/PluginView.tsx index 07367bc3..19afbca5 100644 --- a/frontend/src/components/PluginView.tsx +++ b/frontend/src/components/PluginView.tsx @@ -29,9 +29,7 @@ const PluginView: FC = () => {
- - {(visible || activePlugin.alwaysRender) && activePlugin.content} - + {(visible || activePlugin.alwaysRender) && activePlugin.content}
); -- cgit v1.2.3