diff --git a/src/App.vue b/src/App.vue
index 176d6a0..28dfc5b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,5 +1,6 @@
@@ -8,6 +9,11 @@ import TopBar from "@/components/TopBar/TopBar.vue";
+
+
+
+
+
diff --git a/src/blockchain/wallet.ts b/src/blockchain/wallet.ts
index e896b05..51146ce 100644
--- a/src/blockchain/wallet.ts
+++ b/src/blockchain/wallet.ts
@@ -203,7 +203,7 @@ const checkUnreleasedLock = async (
}
};
-const getActiveLockAmount = async (walletAddress: string): Promise => {
+const getActiveLockAmount = async (walletAddress: string): Promise => {
const p2pContract = getContract();
const lockSeller = await listLockTransactionBySellerAddress(walletAddress);
diff --git a/src/components/BuyConfirmedComponent/BuyConfirmedComponent.vue b/src/components/BuyConfirmedComponent/BuyConfirmedComponent.vue
index db63dff..08af84f 100644
--- a/src/components/BuyConfirmedComponent/BuyConfirmedComponent.vue
+++ b/src/components/BuyConfirmedComponent/BuyConfirmedComponent.vue
@@ -1,13 +1,80 @@
@@ -33,10 +100,7 @@ const emit = defineEmits(["makeAnotherTransaction"]);
cadastrar o BRZ em sua carteira.
- {}"
- />
+ {}" />