diff --git a/apps/mobile/app/components/list-items/note/index.js b/apps/mobile/app/components/list-items/note/index.js index 372ec91f1..63020a532 100644 --- a/apps/mobile/app/components/list-items/note/index.js +++ b/apps/mobile/app/components/list-items/note/index.js @@ -163,7 +163,7 @@ const NoteItem = ({ ) : null} {current && - current.date && + current.date && !current.disabled && (current.mode !== "once" || current.date > Date.now() || current.snoozeUntil > Date.now()) ? (