This commit is contained in:
Malai Raja
2023-12-30 18:29:42 +05:30
parent 51e4ea978f
commit 3ce0086e3c
12 changed files with 2316 additions and 150 deletions

View File

@@ -42,7 +42,9 @@ const HoverSocialCard = ({ primary, secondary,
}}
>
<Typography variant="h2" color="inherit">
{percentage.toString()} %
{/* {percentage.toString()} % */}
{(percentage)? `${percentage.toString()} %`:''}
</Typography>
{/* {primaryIcon} */}
</Box>