File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<section class =" px-0" >
3
- <article v-if =" reposts.length == 0 " class =" mt-32 grid justify-items-center px-10 xl:px-0" >
3
+ <article v-if =" reposts.length === 0 && !isLoading " class =" mt-32 grid justify-items-center px-10 xl:px-0" >
4
4
<p class =" text-gray5 mb-5 text-sm" >
5
5
<span v-if =" $route.params.id === $store.state.session.id"
6
6
>It seems you haven't reposted any content yet, you can repost any post:</span
28
28
:isDeleted =" p.deleted"
29
29
/>
30
30
</article >
31
- <p v-if =" noMorePosts" class =" text-gray5 py-5 text-center text-sm" style =" backdrop-filter : blur (10px )" >
31
+ <p
32
+ v-if =" noMorePosts && reposts.length !== 0"
33
+ class =" text-gray5 py-5 text-center text-sm"
34
+ style =" backdrop-filter : blur (10px )"
35
+ >
32
36
No more posts
33
37
</p >
34
38
<article v-show =" isLoading" class =" flex justify-center" >
You can’t perform that action at this time.
0 commit comments