add continue button on manage bids that allow user to continue lock and release it, also fix some responsive points

Co-authored-by: enzoggqs <eggqsaraiva@gmail.com>
This commit is contained in:
RcleydsonR
2023-02-27 20:41:58 -03:00
parent 1fe834d12d
commit 481803e643
6 changed files with 92 additions and 20 deletions

View File

@@ -7,4 +7,5 @@ export type WalletTransaction = {
event: string;
lockStatus: number;
transactionHash: string;
transactionID?: string;
};