From 1f063aebb66425b0f91efb42dc8c7ecf0ae55399 Mon Sep 17 00:00:00 2001 From: Jacob Salvi Date: Sat, 25 Apr 2020 14:46:49 +0200 Subject: [PATCH] small fixes and clean up --- smart-hut/src/components/dashboard/devices/Device.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/smart-hut/src/components/dashboard/devices/Device.js b/smart-hut/src/components/dashboard/devices/Device.js index 8abef3f..db5b539 100644 --- a/smart-hut/src/components/dashboard/devices/Device.js +++ b/smart-hut/src/components/dashboard/devices/Device.js @@ -33,6 +33,8 @@ class Device extends React.Component { } renderDeviceComponent() { + console.log("check here") + console.log(this.props.stateOrDevice.kind) switch (this.props.stateOrDevice.kind) { case "curtains": return ;