Add device configuration instruction

This commit is contained in:
Ildar Kamalov
2019-01-22 17:17:33 +03:00
committed by Eugene Bujak
parent a7416f9c34
commit 7e95ce9136
8 changed files with 105 additions and 44 deletions

View File

@@ -31,9 +31,9 @@ class Tabs extends Component {
return (
<Tab
activeTab={activeTab}
key={label}
label={label}
activeTab={activeTab}
onClick={this.onClickTabControl}
/>
);