From f187758147ba03459faaae79bc18135ab6b0c33f Mon Sep 17 00:00:00 2001 From: kevmodrome Date: Wed, 3 Jun 2020 14:55:29 +0200 Subject: [PATCH] fixes lint issues --- .../src/components/userInterface/temporaryPanelStructure.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/builder/src/components/userInterface/temporaryPanelStructure.js b/packages/builder/src/components/userInterface/temporaryPanelStructure.js index 3c217fe868..cc1f858124 100644 --- a/packages/builder/src/components/userInterface/temporaryPanelStructure.js +++ b/packages/builder/src/components/userInterface/temporaryPanelStructure.js @@ -355,7 +355,8 @@ export default { { label: "Logo URL", key: "logoUrl", control: Input }, { label: "Title", key: "title", control: Input }, { label: "Color", key: "color", control: Input }, - { label: "Background", key: "backgroundColor", control: Input }], + { label: "Background", key: "backgroundColor", control: Input }, + ], }, }, ],