diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/dialogs/nuxs/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dialogs/nuxs/index.tsx b/src/components/dialogs/nuxs/index.tsx index e7476972a..d17615aeb 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 } } |