mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-02-03 13:09:10 +01:00
Fixed prettier warning
This commit is contained in:
@@ -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}`"
|
||||
|
||||
Reference in New Issue
Block a user