Skip to content

Commit

Permalink
Improved Item-divider
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmukhdutt committed Jan 8, 2024
1 parent 62798a0 commit 2fdddd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ScheduleThreshold.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</ion-content>
</ion-modal>
</ion-item>
<ion-item-divider v-if="channels.length > 0" color="light">
<ion-item-divider v-if="channels.length" color="light">
<ion-label>{{ $t('Channels') }}</ion-label>
</ion-item-divider>
<ion-item v-for="channel in channels" :key="channel.facilityGroupId">
Expand Down

0 comments on commit 2fdddd4

Please sign in to comment.