improve layout from buy confirmed component
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user