From a6fbd1a5d26fb8766feffe7125dfbcbe14e96b03 Mon Sep 17 00:00:00 2001 From: Claudio Maggioni Date: Sat, 2 May 2020 20:50:34 +0200 Subject: [PATCH] WIP --- smart-hut/src/views/Dashboard.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/smart-hut/src/views/Dashboard.js b/smart-hut/src/views/Dashboard.js index 6912248..e8c58c3 100644 --- a/smart-hut/src/views/Dashboard.js +++ b/smart-hut/src/views/Dashboard.js @@ -114,7 +114,7 @@ class Dashboard extends Component { /> @@ -170,7 +170,9 @@ class Dashboard extends Component { name="Hosts" content="Hosts" active={this.activeTab === "Hosts"} - color={this.activeTab === "Hosts" ? "yellow" : "grey"} + color={ + this.activeTab === "Hosts and Guests" ? "yellow" : "grey" + } onClick={this.selectTab} />