Skip to content

Commit

Permalink
style: fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgap committed Sep 20, 2024
1 parent 6808fbc commit 2d0af69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/EscalationRuleList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
</v-chip>
</v-flex>
</v-layout>
<v-divider v-if="index < props.item.triggers.length - 1"/>
<v-divider v-if="index < props.item.triggers.length - 1" />
</v-container>
</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion src/components/NotificationRuleList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@
Text: {{ trigger.text }}
</v-flex>
</v-layout>
<v-divider v-if="index < props.item.triggers.length - 1"/>
<v-divider v-if="index < props.item.triggers.length - 1" />
</v-container>
</div>
<!-- <v-chip
Expand Down

0 comments on commit 2d0af69

Please sign in to comment.