fix
Deploy app frontend / app frontend (push) Successful in 1m42s

This commit is contained in:
2024-12-08 22:33:12 +02:00
parent d7b92b2d70
commit f273debb87
@@ -249,6 +249,6 @@ watch(
)
const showRequireStandaloneInstructionsForIOS = computed(
() => true, //isError.value && isIOS.value && !isStandalone.value && enabled.value,
() => isError.value && isIOS.value && !isStandalone.value && enabled.value,
)
</script>