From 9220e251db21d09dca5b5f595dd24cae64947513 Mon Sep 17 00:00:00 2001 From: Curtis ROck Date: Wed, 22 Jul 2020 21:59:52 -0500 Subject: [PATCH] fix linter error --- app/soapbox/features/configuration/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/configuration/index.js b/app/soapbox/features/configuration/index.js index fabfa6225..ead5873c7 100644 --- a/app/soapbox/features/configuration/index.js +++ b/app/soapbox/features/configuration/index.js @@ -19,7 +19,7 @@ import { // List as ImmutableList, } from 'immutable'; import { patchMe } from 'soapbox/actions/me'; -import { unescape } from 'lodash'; +//import { unescape } from 'lodash'; import { generateThemeCss } from 'soapbox/utils/theme'; const MAX_FIELDS = 6; // Max promoPanel fields