Add subscriber count to the subscriber page heading
This commit is contained in:
parent
5f0e3acfb9
commit
11f8e62cf1
|
@ -596,9 +596,10 @@ class Subscribers extends React.PureComponent {
|
||||||
<Col span={ 20 }>
|
<Col span={ 20 }>
|
||||||
<h1>
|
<h1>
|
||||||
Subscribers
|
Subscribers
|
||||||
|
{ this.props.data[cs.ModelSubscribers].total > 0 &&
|
||||||
|
<span> ({ this.props.data[cs.ModelSubscribers].total })</span> }
|
||||||
{ this.state.queryParams.list &&
|
{ this.state.queryParams.list &&
|
||||||
<span> » { this.state.queryParams.list.name }</span> }
|
<span> » { this.state.queryParams.list.name }</span> }
|
||||||
|
|
||||||
</h1>
|
</h1>
|
||||||
</Col>
|
</Col>
|
||||||
<Col span={ 2 }>
|
<Col span={ 2 }>
|
||||||
|
|
Loading…
Reference in New Issue