Fix linter error

This commit is contained in:
Alex Gleason
2021-07-01 20:58:20 -05:00
parent e74379b6f2
commit fa3eb129f4

View File

@ -206,7 +206,6 @@ class SoapboxConfig extends ImmutablePureComponent {
render() {
const { intl } = this.props;
const soapbox = this.getSoapboxConfig();
const settings = defaultSettings.mergeDeep(soapbox.get('defaultSettings'));
return (
<Column icon='cog' heading={intl.formatMessage(messages.heading)} backBtnSlim>