From 8a63b9f2abfa78934f5404ae4dbcb182de771c66 Mon Sep 17 00:00:00 2001 From: yunusabdul Date: Thu, 14 Nov 2024 01:54:50 +0100 Subject: [PATCH] Add skeleton for porfolio value sum --- components/UI/profileCard/profileCard.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/components/UI/profileCard/profileCard.tsx b/components/UI/profileCard/profileCard.tsx index 2a164ef1..ebf6f4a7 100644 --- a/components/UI/profileCard/profileCard.tsx +++ b/components/UI/profileCard/profileCard.tsx @@ -165,7 +165,7 @@ const ProfileCard: FunctionComponent = ({ {identity.domain?.domain || 'Unknown Domain'}
-
+
= ({ /> )} -
setHidePortfolio(!hidePortfolio)} - className='cursor-pointer' - > - {hidePortfolio ? : } -
+ +
setHidePortfolio(!hidePortfolio)} + className='cursor-pointer' + > + {hidePortfolio ? : } +
+