mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 18:13:07 +02:00
fix: element end missing
This commit is contained in:
parent
9b31618215
commit
b672dff051
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<MkNotes v-if="!disableNotes" :class="$style.tl" :noGap="true" :pagination="pagination"/>
|
||||
</MkStickyContainer>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="!narrow" class="sub _gaps" style="container-type: inline-size;">
|
||||
<XPhotos :key="user.id" :user="user"/>
|
||||
<XActivity :key="user.id" :user="user"/>
|
||||
|
|
Loading…
Reference in a new issue