From bf714b69825e6781f6a01e7b1e5d33673df30ee4 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 23 May 2021 18:16:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=8A=20SonarQube=20doesn't=20like=20var?= =?UTF-8?q?iables=20named=20value=20part=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nest_frontend/components/interactive/FormInlineTimeRay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nest_frontend/components/interactive/FormInlineTimeRay.js b/nest_frontend/components/interactive/FormInlineTimeRay.js index c8dcc69..6aa1a04 100644 --- a/nest_frontend/components/interactive/FormInlineTimeRay.js +++ b/nest_frontend/components/interactive/FormInlineTimeRay.js @@ -30,7 +30,7 @@ export default function FormInlineTimeRay( buttonIcon = faPlus, buttonColor = "Green", placeholder = new Date().toISOString(), - validate = value => value, + validate = val => val, submit, ...props },