Update SellerView.vue

This commit is contained in:
Bruno Esteves 2022-12-27 18:20:01 -03:00 committed by GitHub
parent cdea930c8a
commit 3e907e8498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,6 @@ const approveOffer = async ({ offer, pixKey }: any) => {
};
const sendNetwork = async () => {
console.log("OIOI");
loading.value = true;
try {
if (offerValue.value && pixKeyBuyer.value) {
@ -43,7 +42,6 @@ const sendNetwork = async () => {
loading.value = false;
}
} catch (err) {
console.log("Erro");
console.log(err);
flowStep.value = Step.Network;
loading.value = false;