- client: fix blinking header badge

This commit is contained in:
Ildar Kamalov 2020-01-16 11:12:07 +03:00
parent e2f9e29817
commit 7ef2a66011
2 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,7 @@ class Header extends Component {
<Link to="/" className="nav-link pl-0 pr-1">
<img src={logo} alt="" className="header-brand-img" />
</Link>
{!dashboard.proccessing && dashboard.isCoreRunning && (
{!dashboard.processing && dashboard.isCoreRunning && (
<span className={badgeClass}>
<Trans>{dashboard.protectionEnabled ? 'on' : 'off'}</Trans>
</span>

View File

@ -190,7 +190,6 @@ const dashboard = handleActions(
processing: true,
isCoreRunning: true,
processingVersion: true,
processingFiltering: true,
processingClients: true,
processingUpdate: false,
processingDnsSettings: true,