|
|
@ -397,7 +397,6 @@ export class GfAssistantComponent implements OnChanges, OnDestroy, OnInit { |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (this.user?.settings?.isExperimentalFeatures) { |
|
|
|
|
|
this.dateRangeOptions = this.dateRangeOptions.concat( |
|
|
this.dateRangeOptions = this.dateRangeOptions.concat( |
|
|
eachYearOfInterval({ |
|
|
eachYearOfInterval({ |
|
|
end: new Date(), |
|
|
end: new Date(), |
|
|
@ -409,7 +408,6 @@ export class GfAssistantComponent implements OnChanges, OnDestroy, OnInit { |
|
|
.slice(0, -1) |
|
|
.slice(0, -1) |
|
|
.reverse() |
|
|
.reverse() |
|
|
); |
|
|
); |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if ( |
|
|
if ( |
|
|
this.user?.dateOfFirstActivity && |
|
|
this.user?.dateOfFirstActivity && |
|
|
|