Update SellerView.vue

This commit is contained in:
Ronyell Henrique 2022-12-27 18:59:09 -03:00 committed by GitHub
parent 2a247d1711
commit 4689532f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,10 +50,6 @@ const sendNetwork = async () => {
</script>
<template>
<!-- <SellerSearchComponent
v-if="flowStep == Step.Search"
@token-buy="walletConnect"
/> -->
<div v-if="flowStep == Step.Sell">
<WantSellComponent v-if="!loading" @approve-tokens="approveOffer" />
<ValidationComponent