lint line length

This commit is contained in:
Jorik Schellekens 2020-07-08 16:14:04 +01:00
parent 6ca7150533
commit 4ae64aff9a

View file

@ -188,7 +188,10 @@ export default class AdvancedRoomSettingsTab extends React.Component {
<LabelledToggleSwitch
value={this.state.isLowPriorityRoom}
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>