From bb60ad92417e483eff2a6eabc1678f62ff23c26d Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Mon, 12 Jun 2023 16:21:13 +0100 Subject: [PATCH] remove tooltip from badges --- .../src/lib/components/Badge.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/libs/remix-ui/vertical-icons-panel/src/lib/components/Badge.tsx b/libs/remix-ui/vertical-icons-panel/src/lib/components/Badge.tsx index 6a6c56619a..3408568a59 100644 --- a/libs/remix-ui/vertical-icons-panel/src/lib/components/Badge.tsx +++ b/libs/remix-ui/vertical-icons-panel/src/lib/components/Badge.tsx @@ -48,23 +48,23 @@ function Badge ({ badgeStatus }: BadgeProps) { <> { badgeStatus && checkStatusKeyValue(badgeStatus.key, badgeStatus.type) ? ( - + // - + // ) : null } ) } -export default Badge \ No newline at end of file +export default Badge