mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: hide reminder on note if disabled
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user