···4141 id: Nux.NeueTypography,
4242 enabled(props) {
4343 if (props.currentProfile.createdAt) {
4444- if (new Date(props.currentProfile.createdAt) < new Date('2024-09-25')) {
4444+ if (new Date(props.currentProfile.createdAt) < new Date('2024-10-01')) {
4545 return true
4646 }
4747 }