From 53c02cd010a7e61b74f80668970557a249a2d29e Mon Sep 17 00:00:00 2001 From: Sean King Date: Thu, 23 Jul 2020 22:07:58 -0600 Subject: [PATCH] Comment out MAX_FIELDS since we don't know if we need them --- app/soapbox/features/configuration/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/configuration/index.js b/app/soapbox/features/configuration/index.js index eb8b57e84..226e6bc9b 100644 --- a/app/soapbox/features/configuration/index.js +++ b/app/soapbox/features/configuration/index.js @@ -225,7 +225,7 @@ class ConfigSoapbox extends ImmutablePureComponent {
- + { this.state.promoItems.map((field, i) => ( @@ -247,7 +247,7 @@ class ConfigSoapbox extends ImmutablePureComponent {
- + { this.state.homeFooterItems.map((field, i) => (