From 9ab44710bf80d2065cf1ee1ead1e9ade87a1039d Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 31 Mar 2025 21:04:14 -0500 Subject: [PATCH] Remove debug, clarify label --- src/components/dialogs/nuxs/NeueChar.tsx | 3 ++- src/components/dialogs/nuxs/index.tsx | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/dialogs/nuxs/NeueChar.tsx b/src/components/dialogs/nuxs/NeueChar.tsx index a298d481e8..53a9997036 100644 --- a/src/components/dialogs/nuxs/NeueChar.tsx +++ b/src/components/dialogs/nuxs/NeueChar.tsx @@ -33,7 +33,8 @@ export function NeueChar() { return ( - + { setHeight(e.nativeEvent.layout.height) diff --git a/src/components/dialogs/nuxs/index.tsx b/src/components/dialogs/nuxs/index.tsx index 08600634ab..9753ec1ce6 100644 --- a/src/components/dialogs/nuxs/index.tsx +++ b/src/components/dialogs/nuxs/index.tsx @@ -108,7 +108,7 @@ function Inner({ } React.useEffect(() => { - // if (snoozed) return + if (snoozed) return if (!nuxs) return for (const {id, enabled} of queuedNuxs) { @@ -116,7 +116,7 @@ function Inner({ // check if completed first if (nux && nux.completed) { - // continue + continue } // then check gate (track exposure)