mobile: hide reminder on note if disabled

This commit is contained in:
ammarahm-ed
2023-01-09 13:14:30 +05:00
parent 4b65c546f2
commit 8edd1af18c

View File

@@ -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()) ? (
<TouchableOpacity
activeOpacity={1}