From f64a2cb0b0c466051aa6b883fd31e8ec00a59c67 Mon Sep 17 00:00:00 2001 From: matt burnett Date: Wed, 10 Apr 2024 07:30:56 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=8E=A8=20style:=20Re?= =?UTF-8?q?move=20Plugins=20Icon=20Background=20(#2368)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/Plugins/Store/PluginStoreItem.tsx | 2 +- client/src/components/ui/MultiSelectPop.tsx | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/client/src/components/Plugins/Store/PluginStoreItem.tsx b/client/src/components/Plugins/Store/PluginStoreItem.tsx index c18889f952..6221c8dead 100644 --- a/client/src/components/Plugins/Store/PluginStoreItem.tsx +++ b/client/src/components/Plugins/Store/PluginStoreItem.tsx @@ -28,7 +28,7 @@ function PluginStoreItem({ plugin, onInstall, onUninstall, isInstalled }: TPlugi {`${plugin.name}
diff --git a/client/src/components/ui/MultiSelectPop.tsx b/client/src/components/ui/MultiSelectPop.tsx index 72f52a8c40..c2c928ff3f 100644 --- a/client/src/components/ui/MultiSelectPop.tsx +++ b/client/src/components/ui/MultiSelectPop.tsx @@ -80,11 +80,7 @@ function MultiSelectPop({ {value.map((v, i) => (
{v.icon ? ( - {`${v} + {`${v} ) : ( )} @@ -141,7 +137,7 @@ function MultiSelectPop({ {`${option.name} ) : (