mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
sort hasPinnedWidgets out
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
317dc68135
commit
85aca420f4
@ -182,7 +182,7 @@ export interface IState {
|
||||
e2eStatus?: E2EStatus;
|
||||
rejecting?: boolean;
|
||||
rejectError?: Error;
|
||||
hasPinnedWidgets: boolean;
|
||||
hasPinnedWidgets?: boolean;
|
||||
}
|
||||
|
||||
export default class RoomView extends React.Component<IProps, IState> {
|
||||
@ -234,7 +234,6 @@ export default class RoomView extends React.Component<IProps, IState> {
|
||||
canReply: false,
|
||||
useIRCLayout: SettingsStore.getValue("useIRCLayout"),
|
||||
matrixClientIsReady: this.context && this.context.isInitialSyncComplete(),
|
||||
hasPinnedWidgets: false,
|
||||
};
|
||||
|
||||
this.dispatcherRef = dis.register(this.onAction);
|
||||
|
Loading…
Reference in New Issue
Block a user