From db764528224354476acbecba1f4146339076d7de Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 7 Oct 2024 19:43:55 -0500 Subject: [PATCH] Update neue nux date (#5643) --- src/components/dialogs/nuxs/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialogs/nuxs/index.tsx b/src/components/dialogs/nuxs/index.tsx index e7476972ad..d17615aeb5 100644 --- a/src/components/dialogs/nuxs/index.tsx +++ b/src/components/dialogs/nuxs/index.tsx @@ -41,7 +41,7 @@ const queuedNuxs: { id: Nux.NeueTypography, enabled(props) { if (props.currentProfile.createdAt) { - if (new Date(props.currentProfile.createdAt) < new Date('2024-10-01')) { + if (new Date(props.currentProfile.createdAt) < new Date('2024-10-09')) { return true } }