From fa3eb129f4ca50266b28e9c99385ce8a2b99abec Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 1 Jul 2021 20:58:20 -0500 Subject: [PATCH] Fix linter error --- app/soapbox/features/soapbox_config/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/soapbox/features/soapbox_config/index.js b/app/soapbox/features/soapbox_config/index.js index d62573a5c..968afe7f4 100644 --- a/app/soapbox/features/soapbox_config/index.js +++ b/app/soapbox/features/soapbox_config/index.js @@ -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 (