fix(pending posts): show publish errors

This commit is contained in:
Tommaso Casaburi
2026-04-20 16:15:12 +07:00
parent b196670cda
commit 338f415f2a
5 changed files with 100 additions and 4 deletions
+4
View File
@@ -235,6 +235,10 @@ export const Post = memo(
prev?.postNumber === next?.postNumber &&
prev?.replyCount === next?.replyCount &&
prev?.updatedAt === next?.updatedAt &&
prev?.state === next?.state &&
prev?.publishingState === next?.publishingState &&
prev?.error === next?.error &&
prev?.errors === next?.errors &&
prev?.approved === next?.approved &&
prev?.locked === next?.locked &&
prev?.pinned === next?.pinned &&