From 8049a4b1e07f0ea99e43c7837d465e3f270337a1 Mon Sep 17 00:00:00 2001 From: kshitij katiyar Date: Thu, 26 Sep 2024 18:48:35 +0530 Subject: [PATCH] [MM-1081]: fixed lint --- webapp/src/components/plugin_constants/icons.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/components/plugin_constants/icons.tsx b/webapp/src/components/plugin_constants/icons.tsx index 8d9dbf871..6742f6d07 100644 --- a/webapp/src/components/plugin_constants/icons.tsx +++ b/webapp/src/components/plugin_constants/icons.tsx @@ -5,8 +5,8 @@ type SvgIconNames = 'exclamationTriangle'; export const SVGIcons: Record = { exclamationTriangle: ( <> - - + + ), };