From a484f270e96de0903107c557e75c2d5fc334d4c4 Mon Sep 17 00:00:00 2001 From: lianahus Date: Tue, 15 Oct 2024 12:54:56 +0200 Subject: [PATCH] lint --- .../src/lib/components/pluginButton.tsx | 12 +++---- .../panel/src/lib/plugins/panel-header.tsx | 12 +++---- .../src/lib/components/ActivePluginCard.tsx | 32 +++++++++---------- .../src/lib/components/InactivePluginCard.tsx | 32 +++++++++---------- 4 files changed, 44 insertions(+), 44 deletions(-) diff --git a/libs/remix-ui/home-tab/src/lib/components/pluginButton.tsx b/libs/remix-ui/home-tab/src/lib/components/pluginButton.tsx index 35afc6ca17..4ef9c6f216 100644 --- a/libs/remix-ui/home-tab/src/lib/components/pluginButton.tsx +++ b/libs/remix-ui/home-tab/src/lib/components/pluginButton.tsx @@ -35,12 +35,12 @@ function PluginButton({ imgPath, envID, envText, callback, l2, description, main ) : maintainedBy ? - ( - - ) - : (}> - - ) + ( + + ) + : (}> + + ) } ) diff --git a/libs/remix-ui/panel/src/lib/plugins/panel-header.tsx b/libs/remix-ui/panel/src/lib/plugins/panel-header.tsx index 252dc50152..f81e8636eb 100644 --- a/libs/remix-ui/panel/src/lib/plugins/panel-header.tsx +++ b/libs/remix-ui/panel/src/lib/plugins/panel-header.tsx @@ -53,12 +53,12 @@ const RemixUIPanelHeader = (props: RemixPanelProps) => { ) : plugin?.profile?.maintainedBy ? - ( - - ) - : (}> - - ) + ( + + ) + : (}> + + ) }
diff --git a/libs/remix-ui/plugin-manager/src/lib/components/ActivePluginCard.tsx b/libs/remix-ui/plugin-manager/src/lib/components/ActivePluginCard.tsx index 15e7bc462f..6241150a2e 100644 --- a/libs/remix-ui/plugin-manager/src/lib/components/ActivePluginCard.tsx +++ b/libs/remix-ui/plugin-manager/src/lib/components/ActivePluginCard.tsx @@ -27,22 +27,22 @@ function ActivePluginCard({ profile, buttonText, deactivatePlugin }: PluginCardP ) : profile?.maintainedBy ? ( - - - ) - : (} - > - - ) + + + ) + : (} + > + + ) } {profile.documentation && ( ) : profile?.maintainedBy ? ( - - - ) - : (} - > - - ) + + + ) + : (} + > + + ) } {profile.documentation && (