From 8b2c7b344b2ddd4230ddc8fc7fc69e7c3043279f Mon Sep 17 00:00:00 2001 From: crockwave Date: Thu, 13 Aug 2020 19:04:54 -0500 Subject: [PATCH] Trying to get blank customCss field to appear on virgin usage --- app/soapbox/reducers/soapbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/reducers/soapbox.js b/app/soapbox/reducers/soapbox.js index fe40daf9f..868a218ee 100644 --- a/app/soapbox/reducers/soapbox.js +++ b/app/soapbox/reducers/soapbox.js @@ -11,7 +11,7 @@ const defaultState = ImmutableMap({ logo: '', banner: '', brandColor: '#0482d8', // Azure - customCss: ImmutableList([]), + customCss: ImmutableList(['']), promoPanel: ImmutableMap({ items: ImmutableList([]), }),