clean up
This commit is contained in:
parent
1a243c3ee6
commit
1e0a426bfd
|
@ -12,7 +12,6 @@ import { AccountInfo } from '../../../states/accounts.state';
|
|||
})
|
||||
export class ScheduledStatusesComponent implements OnInit, OnDestroy {
|
||||
private statusSub: Subscription;
|
||||
// scheduledStatuses: ScheduledStatusNotification[] = [];
|
||||
scheduledStatuses: ScheduledStatusWrapper[] = [];
|
||||
|
||||
constructor(
|
||||
|
|
Loading…
Reference in New Issue