Skip to content

Commit b81a9b9

Browse files
committed
fix(client): remove billing page from iOS
1 parent 800582a commit b81a9b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/client/src/pages/home/Account/AccountItems.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</q-item>
1212

1313
<q-item
14+
v-if="!($q.platform.is.capacitor && $q.platform.is.ios)"
1415
clickable
1516
:to="{ name: 'account/billing' }"
1617
style="padding: 16px 20px; font-size: 16px"

0 commit comments

Comments
 (0)