Adjust dialog timing

This commit is contained in:
Eric Bailey
2024-09-26 11:26:20 -05:00
parent 23dd638f6a
commit c5815e7a71
+1 -1
View File
@@ -43,7 +43,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
}
}