From 9430de90d0d1830813f70dd719c66e4677db2573 Mon Sep 17 00:00:00 2001 From: britea Date: Fri, 17 Apr 2020 14:15:22 +0200 Subject: [PATCH] back to previous settings device --- .../dashboard/devices/DeviceSettingsModal.js | 42 +++++-------------- 1 file changed, 10 insertions(+), 32 deletions(-) diff --git a/smart-hut/src/components/dashboard/devices/DeviceSettingsModal.js b/smart-hut/src/components/dashboard/devices/DeviceSettingsModal.js index 44e160b..037118a 100644 --- a/smart-hut/src/components/dashboard/devices/DeviceSettingsModal.js +++ b/smart-hut/src/components/dashboard/devices/DeviceSettingsModal.js @@ -4,21 +4,10 @@ import { connect } from "react-redux"; import { RemoteService } from "../../../remote"; const DeleteModal = (props) => ( - - - Delete device - - } - closeIcon - > + Remove} closeIcon>
- - - //{" "} - + ); };