improve layout from buy confirmed component

This commit is contained in:
RcleydsonR
2023-02-24 01:39:58 -03:00
parent 8f45016532
commit b86a70df19
8 changed files with 112 additions and 95 deletions

View File

@@ -203,7 +203,7 @@ const checkUnreleasedLock = async (
}
};
const getActiveLockAmount = async (walletAddress: string): Promise<Number> => {
const getActiveLockAmount = async (walletAddress: string): Promise<number> => {
const p2pContract = getContract();
const lockSeller = await listLockTransactionBySellerAddress(walletAddress);