fix sites toggle hover states

This commit is contained in:
Lachlan Kermode
2019-01-17 10:41:53 +00:00
committed by Franc Camps-Febrer
parent bf012ebed9
commit 87f2f5c796
3 changed files with 10 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ function ToolbarBottomActions (props) {
{/* isEnabled={this.props.viewFilters.routes} */}
{/* /> */}
<SitesIcon
isEnabled={props.sites.enabled}
isActive={props.sites.enabled}
onClickHandler={props.sites.toggle}
/>
{/* <CoeventIcon */}