+ client: add DNS privacy tab to setup guide
This commit is contained in:
committed by
Simon Zolin
parent
425f3c87d0
commit
5c7c9964b8
@@ -27,12 +27,13 @@ class Tabs extends Component {
|
||||
<div className="tabs">
|
||||
<div className="tabs__controls">
|
||||
{children.map((child) => {
|
||||
const { label } = child.props;
|
||||
const { label, title } = child.props;
|
||||
|
||||
return (
|
||||
<Tab
|
||||
key={label}
|
||||
label={label}
|
||||
title={title}
|
||||
activeTab={activeTab}
|
||||
onClick={this.onClickTabControl}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user