lint line length
This commit is contained in:
parent
6ca7150533
commit
4ae64aff9a
1 changed files with 4 additions and 1 deletions
|
@ -188,7 +188,10 @@ export default class AdvancedRoomSettingsTab extends React.Component {
|
||||||
<LabelledToggleSwitch
|
<LabelledToggleSwitch
|
||||||
value={this.state.isLowPriorityRoom}
|
value={this.state.isLowPriorityRoom}
|
||||||
onChange={this._onToggleLowPriorityTag}
|
onChange={this._onToggleLowPriorityTag}
|
||||||
label={_t("Low priority rooms show up at the bottom of your room list in a dedicated section at the bottom of your room list")}
|
label={_t(
|
||||||
|
"Low priority rooms show up at the bottom of your room list" +
|
||||||
|
" in a dedicated section at the bottom of your room list"
|
||||||
|
)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue