remove redundant toast, fix thread

This commit is contained in:
plebbitor
2023-04-21 18:16:05 +02:00
parent 2ebee13bf6
commit 44d6567e17
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -846,7 +846,7 @@ const Thread = () => {
<hr />
</div>
</BottomBar>
{comment.replyCount > 5 ? (
{comment.replyCount > 2 ? (
<div id="bottombar-mobile">
<TopBar selectedStyle={selectedStyle} style={{marginTop: "20px"}}>
<hr />