client: remove extra message on 'mine' page
This commit is contained in:
parent
951088bacf
commit
21332a7d1e
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ const PostList = ({ morePosts, initialPosts, error }: Props) => {
|
||||||
</li>
|
</li>
|
||||||
</ul>}
|
</ul>}
|
||||||
{posts?.length === 0 && !error && <Text type='secondary'>No posts found.Create one <NextLink passHref={true} href="/new"><Link color>here</Link></NextLink>.</Text>}
|
{posts?.length === 0 && !error && <Text type='secondary'>No posts found.Create one <NextLink passHref={true} href="/new"><Link color>here</Link></NextLink>.</Text>}
|
||||||
{posts?.length === 0 && <Text>No posts returned. Create one <NextLink passHref={true} href="/new"><Link color>here</Link></NextLink>.</Text>}
|
|
||||||
{
|
{
|
||||||
posts?.length > 0 && <div>
|
posts?.length > 0 && <div>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue