Skip to content
Snippets Groups Projects
Commit 83317eb7 authored by xaralis's avatar xaralis
Browse files

feat: note down when discussion is empty

parent 2fa6c73e
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,9 @@ const PostList = ({
onSeen={onPostSeen(item)}
/>
))}
{!items.length && (
<p>Nikdo zatím žádný příspěvek do rozpravy nepřidal. Budeš první?</p>
)}
</div>
);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment