From 366fd2a333192377ae03f0e1dea7351783b971bb Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Tue, 22 Sep 2020 16:38:47 +0100 Subject: [PATCH] Fixed desktop build --- ElectronClient/gui/ConfigScreen/ConfigScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElectronClient/gui/ConfigScreen/ConfigScreen.tsx b/ElectronClient/gui/ConfigScreen/ConfigScreen.tsx index 25d12ca75d..99f575d1db 100644 --- a/ElectronClient/gui/ConfigScreen/ConfigScreen.tsx +++ b/ElectronClient/gui/ConfigScreen/ConfigScreen.tsx @@ -526,7 +526,7 @@ class ConfigScreenComponent extends React.Component { const label = [md.label()]; if (md.unitLabel) label.push(`(${md.unitLabel()})`); - const inputStyle = Object.assign({}, textInputBaseStyle); + const inputStyle:any = Object.assign({}, textInputBaseStyle); return (