From 11f8e62cf16423b98252682b09de27fc3981b839 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Tue, 18 Dec 2018 13:34:23 +0530 Subject: [PATCH] Add subscriber count to the subscriber page heading --- frontend/my/src/Subscribers.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/my/src/Subscribers.js b/frontend/my/src/Subscribers.js index 6718602..d071de0 100644 --- a/frontend/my/src/Subscribers.js +++ b/frontend/my/src/Subscribers.js @@ -596,9 +596,10 @@ class Subscribers extends React.PureComponent {

Subscribers + { this.props.data[cs.ModelSubscribers].total > 0 && + ({ this.props.data[cs.ModelSubscribers].total }) } { this.state.queryParams.list && » { this.state.queryParams.list.name } } -