Misc UI Cleanup

This commit is contained in:
Qstick 2020-06-29 21:58:37 -04:00
parent 21b6d9e2eb
commit c971566c5a
8 changed files with 4 additions and 14 deletions

View file

@ -39,7 +39,7 @@ class UISettingsConnector extends Component {
}
componentWillUnmount() {
this.props.clearPendingChanges({ section: 'settings.ui' });
this.props.clearPendingChanges({ section: `settings.${SECTION}` });
}
//