Add correct implementation to check unreleased lock using getLocksStatus abi function

This commit is contained in:
RcleydsonR
2023-02-15 15:14:47 -03:00
parent c65a885309
commit b181d380eb
6 changed files with 51 additions and 40 deletions

View File

@@ -169,7 +169,7 @@ onUnmounted(() => {
/>
</div>
<CustomModal
v-if="showWarnModal && windowSize < 500"
v-if="showWarnModal && windowSize <= 500"
@close-modal="showWarnModal = false"
:isRedirectModal="false"
/>