refactor Validation to be LoadingComponent and receive props to be reusable
This commit is contained in:
@@ -16,7 +16,7 @@ export const useEtherStore = defineStore("ether", {
|
||||
// Locks 'released' na blockchain
|
||||
locksReleasedList: [] as any[],
|
||||
// Locks expirados na blockchain
|
||||
locksExpiredList: [] as any[]
|
||||
locksExpiredList: [] as any[],
|
||||
}),
|
||||
actions: {
|
||||
setWalletAddress(walletAddress: string) {
|
||||
@@ -47,4 +47,4 @@ export const useEtherStore = defineStore("ether", {
|
||||
this.locksExpiredList = locksExpiredList;
|
||||
},
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user