Fix linting.

This commit is contained in:
elweyn 2023-03-15 11:44:13 +01:00
parent 19ac18af2a
commit be130f849a

View File

@ -1,9 +1,10 @@
<template>
<ds-flex class="group-list">
<ds-flex-item
<ds-flex-item
v-for="group in groups"
:key="group.id"
:width="{ base: '98%', sm: '98%', md: '48%' }">
:key="group.id"
:width="{ base: '98%', sm: '98%', md: '48%' }"
>
<group-teaser :group="group" />
</ds-flex-item>
</ds-flex>