Fix linting.

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

View File

@ -3,7 +3,8 @@
<ds-flex-item <ds-flex-item
v-for="group in groups" v-for="group in groups"
:key="group.id" :key="group.id"
:width="{ base: '98%', sm: '98%', md: '48%' }"> :width="{ base: '98%', sm: '98%', md: '48%' }"
>
<group-teaser :group="group" /> <group-teaser :group="group" />
</ds-flex-item> </ds-flex-item>
</ds-flex> </ds-flex>