Fixing blockchain explorer on history

This commit is contained in:
brunoedcf
2023-02-06 21:05:21 -03:00
parent 3bdea04020
commit 6b13d5b84f
9 changed files with 57 additions and 22 deletions

View File

@@ -154,10 +154,7 @@ const validatePix = async (): Promise<void> => {
@button-clicked="emit('pixValidated', e2eId)"
/>
</div>
<CustomModal
v-if="showModal"
@close-modal="showModal = false"
/>
<CustomModal v-if="showModal" @close-modal="showModal = false" />
</div>
</template>