mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Remove: client-only wrappers
This commit is contained in:
parent
d62be2b0fb
commit
4c344ee4ad
@ -10,10 +10,7 @@
|
||||
</template>
|
||||
<template v-if="connections && connections.length <= 7">
|
||||
<ds-space v-for="connection in connections" :key="connection.id" margin="x-small">
|
||||
<!-- TODO: find better solution for rendering errors -->
|
||||
<client-only>
|
||||
<user-teaser :user="connection" />
|
||||
</client-only>
|
||||
<user-teaser :user="connection" />
|
||||
</ds-space>
|
||||
<ds-space v-if="allConnectionsCount - connections.length" margin="small">
|
||||
<base-button
|
||||
@ -33,9 +30,7 @@
|
||||
<template v-else-if="connections.length > 7">
|
||||
<div class="overflow-container">
|
||||
<ds-space v-for="connection in filteredConnections" :key="connection.id" margin="x-small">
|
||||
<client-only>
|
||||
<user-teaser :user="connection" />
|
||||
</client-only>
|
||||
<user-teaser :user="connection" />
|
||||
</ds-space>
|
||||
</div>
|
||||
<ds-space margin="x-small">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user