From 522952fa596d1d8b337b32237816cf2b579de758 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal Date: Fri, 24 Feb 2023 16:22:49 +0530 Subject: [PATCH] chore: cannot have empty state group --- apps/app/components/states/single-state.tsx | 31 +++++++++++++-------- apps/app/components/ui/tooltip.tsx | 2 +- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/apps/app/components/states/single-state.tsx b/apps/app/components/states/single-state.tsx index cb0a7d06d..941449536 100644 --- a/apps/app/components/states/single-state.tsx +++ b/apps/app/components/states/single-state.tsx @@ -181,20 +181,29 @@ export const SingleState: React.FC = ({ )} - - + ); diff --git a/apps/app/components/ui/tooltip.tsx b/apps/app/components/ui/tooltip.tsx index 1b7f40fea..6651702f5 100644 --- a/apps/app/components/ui/tooltip.tsx +++ b/apps/app/components/ui/tooltip.tsx @@ -38,7 +38,7 @@ export const Tooltip: React.FC = ({ disabled={disabled} content={
{tooltipHeading ? ( <>