fix phone/payment fields visibility

This commit is contained in:
Pete Matsyburka
2024-01-01 16:32:35 +02:00
parent 38a8037a4d
commit 30582b2d75
2 changed files with 2 additions and 2 deletions
@@ -29,7 +29,7 @@
v-for="(icon, type) in fieldIcons"
:key="type"
>
<li v-if="withPhone || withPayment || !['phone', 'payment'].includes(type)">
<li v-if="(withPhone || type != 'phone') && (withPayment || type != 'payment')">
<a
href="#"
class="text-sm py-1 px-2"
@@ -48,7 +48,7 @@
v-for="(icon, type) in fieldIcons"
:key="type"
>
<li v-if="withPhone || withPayment || !['phone', 'payment'].includes(type)">
<li v-if="(withPhone || type != 'phone') && (withPayment || type != 'payment')">
<a
href="#"
class="text-sm py-1 px-2"