rollback on removing NFC button

This commit is contained in:
Tiago vasconcelos 2022-09-07 16:43:47 +01:00
parent 0177316075
commit d1eb0b0c4d

View File

@ -175,7 +175,6 @@
{% endraw %}
</h5>
<q-btn
v-if="hasNFC"
outline
color="grey"
icon="nfc"
@ -546,8 +545,6 @@
setInterval(function () {
getRates()
}, 120000)
this.hasNFC = 'NDEFReader' in window
}
})
</script>