mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(pending posts): show publish errors
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user