Adjust dialog timing (#5502)

This commit is contained in:
Eric Bailey
2024-09-26 11:58:47 -05:00
committed by GitHub
parent 5a142161cb
commit 960f4450ee
+1 -1
View File
@@ -41,7 +41,7 @@ const queuedNuxs: {
id: Nux.NeueTypography,
enabled(props) {
if (props.currentProfile.createdAt) {
if (new Date(props.currentProfile.createdAt) < new Date('2024-09-25')) {
if (new Date(props.currentProfile.createdAt) < new Date('2024-10-01')) {
return true
}
}