mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix linting.
This commit is contained in:
parent
19ac18af2a
commit
be130f849a
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user