diff --git a/web/react/components/setting_item_max.jsx b/web/react/components/setting_item_max.jsx index 5370556417..ac750614ba 100644 --- a/web/react/components/setting_item_max.jsx +++ b/web/react/components/setting_item_max.jsx @@ -46,9 +46,14 @@ export default class SettingItemMax extends React.Component { widthClass = 'col-sm-9 col-sm-offset-3'; } + let title; + if (this.props.title) { + title =
  • {this.props.title}
  • ; + } + return (