update mod edit

This commit is contained in:
plebeius.eth
2023-09-16 21:10:38 +02:00
parent b6f21f0034
commit 43f63aa341
4 changed files with 27 additions and 5 deletions
-1
View File
@@ -1636,7 +1636,6 @@ const Board = () => {
if (thread.removed) {
thread.content = "[removed]";
thread.link = undefined;
thread.title = "[removed]";
}
};
const { displayedReplies, omittedCount } = filteredRepliesByThread[thread.cid] || {};