From 794f0ae0501270172602734a5cb05ff0fe36177f Mon Sep 17 00:00:00 2001 From: Cyril Beslay Date: Mon, 29 Jan 2024 22:03:52 +0100 Subject: [PATCH] Fix front style --- front/src/routes/scene/edit-scene/actions/BlinkLightParams.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/routes/scene/edit-scene/actions/BlinkLightParams.jsx b/front/src/routes/scene/edit-scene/actions/BlinkLightParams.jsx index 1d8d44512c..5c9f63ddce 100644 --- a/front/src/routes/scene/edit-scene/actions/BlinkLightParams.jsx +++ b/front/src/routes/scene/edit-scene/actions/BlinkLightParams.jsx @@ -63,7 +63,7 @@ class BlinkLight extends Component { this.refreshSelectedOptions(nextProps); } - render(props, { selectedOptions, deviceOptions, blinkingSpeed }) { + render(props, { selectedOptions, deviceOptions }) { return (