Skip to content

Commit

Permalink
Fixed prettier warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Roundaround committed Apr 29, 2022
1 parent e6c106e commit 9bb51bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<!-- Horizontal layout -->
<div v-if="!vlayout || filter" class="columns is-multiline">
<template v-for="(group, groupIndex) in services">
<h2
<h2
v-if="group.name"
class="column is-full group-title"
:key="`header-${groupIndex}`"
Expand Down

0 comments on commit 9bb51bb

Please sign in to comment.