Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Nov 26, 2024
1 parent 24e1503 commit 286476b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/alerts/Alert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ const icon = computed(() => {
:style="{ opacity: 1 }"
data-testid="alert"
>
<div
class="notifyBadgeCount"
v-if="notificationCount > 1"
>{{notificationCount}}</div>
<div class="notifyBadgeCount" v-if="notificationCount > 1">
{{ notificationCount }}
</div>
<div style="display: inline-flex; align-items: stretch">
<div class="notifyIcon" :class="{ ['notify-' + level]: true }">
<i class="fas fa-xl" :class="{ [icon]: true }"> </i>
Expand Down

0 comments on commit 286476b

Please sign in to comment.