Add logic to check for unreleased locks on homeview

This commit is contained in:
RcleydsonR
2023-02-15 13:28:36 -03:00
parent a5d72650ee
commit 2ea9f18cc1
2 changed files with 34 additions and 13 deletions
-5
View File
@@ -154,11 +154,6 @@ const validatePix = async (): Promise<void> => {
@button-clicked="emit('pixValidated', e2eId)"
/>
</div>
<CustomModal
v-if="showModal"
@close-modal="showModal = false"
:isRedirectModal="false"
/>
</div>
</template>