mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 16:11:30 +03:00
Simplifie
This commit is contained in:
parent
bab541a652
commit
fa19adcfe0
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ export default class GeneralUserSettingsTab extends React.Component {
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const plaf = PlatformPeg.get();
|
const plaf = PlatformPeg.get();
|
||||||
const supportsMultiLanguageSpellCheck = plaf.supportsMultiLanguageSpellCheck() ? true : false;
|
const supportsMultiLanguageSpellCheck = plaf.supportsMultiLanguageSpellCheck();
|
||||||
|
|
||||||
const discoWarning = this.state.requiredPolicyInfo.hasTerms
|
const discoWarning = this.state.requiredPolicyInfo.hasTerms
|
||||||
? <img className='mx_GeneralUserSettingsTab_warningIcon'
|
? <img className='mx_GeneralUserSettingsTab_warningIcon'
|
||||||
|
|
Loading…
Reference in a new issue