diff --git a/web/react/components/user_settings/user_settings_display.jsx b/web/react/components/user_settings/user_settings_display.jsx index dc3865c681..c464258de3 100644 --- a/web/react/components/user_settings/user_settings_display.jsx +++ b/web/react/components/user_settings/user_settings_display.jsx @@ -241,7 +241,7 @@ export default class UserSettingsDisplay extends React.Component { const inputs = [
- - {this.state.selectedFont} -

{'Select the font displayed in the Mattermost user interface.'}
@@ -312,12 +309,12 @@ export default class UserSettingsDisplay extends React.Component {

{'Display Settings'}

+ {fontSection} +
{clockSection}
{nameFormatSection}
- {fontSection} -
);