update
This commit is contained in:
@@ -43,12 +43,12 @@ const AmountCard = () => {
|
||||
icon: <FaWallet color="white" fontSize={"20px"} />,
|
||||
},
|
||||
{
|
||||
label: "Transaction",
|
||||
label: "Transactions",
|
||||
value: kpDetails?.transactionCount,
|
||||
icon: <FaMoneyCheckAlt color="white" fontSize={"29px"} />,
|
||||
},
|
||||
{
|
||||
label: "DID Count",
|
||||
label: "DIDs Count",
|
||||
value: kpDetails?.didCount,
|
||||
icon: <FaFileAlt color="white" fontSize={"20px"} />,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user