From 8edd1af18cbeece9ea966a9474d4ec52ea8ff1d7 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Mon, 9 Jan 2023 13:14:30 +0500 Subject: [PATCH] mobile: hide reminder on note if disabled --- apps/mobile/app/components/list-items/note/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) ? (