mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 04:01:43 +02:00
web: fix compact view not affecting notes
This commit is contained in:
@@ -265,6 +265,7 @@ export default React.memo(Note, function (prevProps, nextProps) {
|
||||
const prevItem = prevProps.item;
|
||||
const nextItem = nextProps.item;
|
||||
return (
|
||||
prevProps.compact === nextProps.compact &&
|
||||
prevProps.date === nextProps.date &&
|
||||
prevItem.dateModified === nextItem.dateModified &&
|
||||
prevProps.notebooks?.dateEdited === nextProps.notebooks?.dateEdited &&
|
||||
|
||||
Reference in New Issue
Block a user