More settings bugfixes

This commit is contained in:
Henry Whitaker
2020-07-07 23:29:29 +01:00
parent db25656a6f
commit e7f387e5c6
5 changed files with 11 additions and 142760 deletions

View File

@@ -117,7 +117,7 @@ export default class SettingWithModal extends Component {
name[0] = this.ucfirst(name[0]);
name = name.join(' ');
if(e.obj.description == null) {
if(e.obj.description == null || e.obj.description == '') {
var sm = { span: 12 };
var md = { span: 12 };
} else {