Merge pull request #6927 from pixelfed/fix/vue-intersect-single-element

Fix VueIntersect single-element warning in notifications section
pull/6925/head
Shlee 4 weeks ago committed by GitHub
commit 746044f7f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -167,10 +167,12 @@
<div v-else>
<intersect v-if="hasLoaded && canLoadMore" @enter="enterIntersect">
<placeholder small style="margin-top: -6px" />
<placeholder small/>
<placeholder small/>
<placeholder small/>
<div>
<placeholder small style="margin-top: -6px" />
<placeholder small/>
<placeholder small/>
<placeholder small/>
</div>
</intersect>
<div v-else class="d-block" style="height: 10px;">

Loading…
Cancel
Save