mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
web: fix color not updating on note (#5573)
This commit is contained in:
@@ -284,7 +284,8 @@ export default React.memo(Note, function (prevProps, nextProps) {
|
||||
prevProps.reminder?.dateModified === nextProps.reminder?.dateModified &&
|
||||
prevProps.attachments?.failed === nextProps.attachments?.failed &&
|
||||
prevProps.attachments?.total === nextProps.attachments?.total &&
|
||||
prevProps.locked === nextProps.locked
|
||||
prevProps.locked === nextProps.locked &&
|
||||
prevProps.color?.id === nextProps.color?.id
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user