Remove debug, clarify label
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user