diff --git a/webclient/src/App.js b/webclient/src/App.js index f3bc422..0e55082 100644 --- a/webclient/src/App.js +++ b/webclient/src/App.js @@ -7,7 +7,7 @@ import { Link, Route } from 'react-router-dom'; import io from 'socket.io-client'; // Move to env var -const SERVER_URL = "http://tools.protospace.ca:8080"; +const SERVER_URL = 'http://localhost:8080'; class App extends Component { constructor() { @@ -106,7 +106,6 @@ class App extends Component { Loading } - ); } diff --git a/webclient/src/Tool.js b/webclient/src/Tool.js index 74a7ecd..79bec1b 100644 --- a/webclient/src/Tool.js +++ b/webclient/src/Tool.js @@ -70,7 +70,7 @@ class Tool extends Component { disabled={!approved || !decodedStatus.canDisarm} onClick={() => requestInterlock({toolId: tool.id, action: 'disarm',})} > - Disarm + Disarm {approved ||