|
|
|
@ -317,7 +317,7 @@ export class GfActivitiesPageComponent implements OnInit { |
|
|
|
const dateRange = this.user?.settings?.dateRange; |
|
|
|
|
|
|
|
// Omit the date ranges which do not apply to activities: '1d' spans today
|
|
|
|
// only, while 'max' would exclude drafts, which are dated in the future
|
|
|
|
// only, while 'max' would exclude drafts dated in the future
|
|
|
|
if (!dateRange || ['1d', 'max'].includes(dateRange)) { |
|
|
|
return undefined; |
|
|
|
} |
|
|
|
|