Fix mocked errors
This commit is contained in:
parent
437ca9db38
commit
5b8c89ea38
@ -155,10 +155,10 @@ onMounted(async () => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<!-- <SearchComponent
|
<SearchComponent
|
||||||
v-if="flowStep == Step.Search"
|
v-if="flowStep == Step.Search"
|
||||||
@token-buy="confirmBuyClick"
|
@token-buy="confirmBuyClick"
|
||||||
/> -->
|
/>
|
||||||
<CustomModal
|
<CustomModal
|
||||||
v-if="flowStep == Step.Search && showModal"
|
v-if="flowStep == Step.Search && showModal"
|
||||||
:isRedirectModal="true"
|
:isRedirectModal="true"
|
||||||
@ -177,7 +177,7 @@ onMounted(async () => {
|
|||||||
:message="'A transação está sendo enviada para a rede'"
|
:message="'A transação está sendo enviada para a rede'"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="flowStep == Step.Search">
|
<div v-if="flowStep == Step.List">
|
||||||
<div class="flex flex-col gap-10" v-if="!loadingRelease">
|
<div class="flex flex-col gap-10" v-if="!loadingRelease">
|
||||||
<BuyConfirmedComponent
|
<BuyConfirmedComponent
|
||||||
:tokenAmount="tokenAmount"
|
:tokenAmount="tokenAmount"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user