diff --git a/src/ts/@overflow/app/views/layout/SensorDetailLayout.tsx b/src/ts/@overflow/app/views/layout/SensorDetailLayout.tsx index b2612b9..36be9d3 100644 --- a/src/ts/@overflow/app/views/layout/SensorDetailLayout.tsx +++ b/src/ts/@overflow/app/views/layout/SensorDetailLayout.tsx @@ -39,10 +39,6 @@ class SensorDetailLayout extends React.Component { 'name': 'Setup', 'path': this.state.currUrl + '/setup', }, - { - 'name': 'Tree', - 'path': this.state.currUrl + '/tree', - }, ]; return ( @@ -57,6 +53,7 @@ class SensorDetailLayout extends React.Component { {/**/} +