mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-08-02 12:42:09 +00:00
Fixed prettier warning
This commit is contained in:
parent
e6c106eb72
commit
9bb51bb244
1 changed files with 1 additions and 1 deletions
|
|
@ -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}`"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue