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