mirror of https://github.com/vector-im/riot-web
actually use the new state
parent
62198601d2
commit
73abe51fb9
src/components/structures
|
@ -165,7 +165,7 @@ export default class RoomSearch extends React.PureComponent<IProps, IState> {
|
|||
});
|
||||
|
||||
let placeholder = _t("Filter");
|
||||
if (SpaceStore.instance.spacePanelSpaces.length) {
|
||||
if (this.state.inSpaces) {
|
||||
placeholder = _t("Filter all spaces");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue