mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix linting.
This commit is contained in:
parent
19ac18af2a
commit
be130f849a
@ -1,9 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<ds-flex class="group-list">
|
<ds-flex class="group-list">
|
||||||
<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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user