Adjust dialog timing (#5502)
This commit is contained in:
@@ -41,7 +41,7 @@ const queuedNuxs: {
|
|||||||
id: Nux.NeueTypography,
|
id: Nux.NeueTypography,
|
||||||
enabled(props) {
|
enabled(props) {
|
||||||
if (props.currentProfile.createdAt) {
|
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
|
return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user