binding fix
This commit is contained in:
parent
ab76d1de35
commit
ec86d38778
|
@ -40,7 +40,7 @@ export class StatusComponent implements OnInit {
|
||||||
|
|
||||||
@Input() isThreadDisplay: boolean;
|
@Input() isThreadDisplay: boolean;
|
||||||
|
|
||||||
@Input() notificationType: 'mention' | 'reblog' | 'favourite';
|
@Input() notificationType: 'mention' | 'reblog' | 'favourite' | 'poll';
|
||||||
@Input() notificationAccount: Account;
|
@Input() notificationAccount: Account;
|
||||||
|
|
||||||
private _statusWrapper: StatusWrapper;
|
private _statusWrapper: StatusWrapper;
|
||||||
|
|
Loading…
Reference in New Issue