parent
8233dec72e
commit
60225154e6
|
@ -66,12 +66,13 @@ interface IProps {
|
||||||
layout: ListLayout;
|
layout: ListLayout;
|
||||||
isMinimized: boolean;
|
isMinimized: boolean;
|
||||||
tagId: TagID;
|
tagId: TagID;
|
||||||
onResize();
|
|
||||||
|
|
||||||
// TODO: Don't use this. It's for community invites, and community invites shouldn't be here.
|
// TODO: Don't use this. It's for community invites, and community invites shouldn't be here.
|
||||||
// You should feel bad if you use this.
|
// You should feel bad if you use this.
|
||||||
extraBadTilesThatShouldntExist?: React.ReactElement[];
|
extraBadTilesThatShouldntExist?: React.ReactElement[];
|
||||||
|
|
||||||
|
onResize();
|
||||||
|
|
||||||
// TODO: Account for https://github.com/vector-im/riot-web/issues/14179
|
// TODO: Account for https://github.com/vector-im/riot-web/issues/14179
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue