Remove debug, clarify label

This commit is contained in:
Eric Bailey
2025-03-31 21:04:14 -05:00
parent 42fc4a99e6
commit 9ab44710bf
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ export function NeueChar() {
return (
<Dialog.Outer control={control} onClose={onClose}>
<Dialog.Inner label={_(msg`Special announcement dialog for April Fools`)}>
<Dialog.Inner
label={_(msg`Special announcement dialog for April Fool's day 2025`)}>
<View
onLayout={e => {
setHeight(e.nativeEvent.layout.height)
+2 -2
View File
@@ -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)