Skip to content

Commit e407bed

Browse files
committed
chore: hide the SIM card selector if the phone only has one active SIM card
1 parent e6a1720 commit e407bed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/pages/messages/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
></v-textarea>
3232
<div style="width: 175px">
3333
<v-select
34+
v-if="$store.getters.getActivePhone.is_dual_sim"
3435
v-model="simSelected"
3536
:items="simOptions"
3637
item-text="title"

0 commit comments

Comments
 (0)