From 635693b394599ceb4d7bb1ba73c0a4daaca9fcba Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs Date: Thu, 6 Jun 2024 11:48:06 +0530 Subject: [PATCH] fix: position of cards and reports --- .../src/components/dashboard/GetDashboard.js | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/apps/OpenSign/src/components/dashboard/GetDashboard.js b/apps/OpenSign/src/components/dashboard/GetDashboard.js index 233d9064a..4c5bcffcd 100644 --- a/apps/OpenSign/src/components/dashboard/GetDashboard.js +++ b/apps/OpenSign/src/components/dashboard/GetDashboard.js @@ -146,25 +146,11 @@ const GetDashboard = (props) => {
{props?.dashboard?.columns?.map((col, i) => col.widget.data && col.widget.data.tourSection ? ( -
+
{renderSwitchWithTour(col)}
) : ( -
+
{renderSwitch(col)}
)