backend: route list icon

This commit is contained in:
muerwre 2018-11-30 16:45:45 +07:00
parent 7f7487b755
commit 095c7cf946
2 changed files with 6 additions and 4 deletions

View file

@ -100,10 +100,6 @@ export class Component extends React.PureComponent<Props, void> {
// onClick={this.props.takeAShot}
>
<Icon icon="icon-folder-1" />
{
route_count > 0 &&
<div className="control-bar-counter">{route_count < 100 ? route_count : '...'}</div>
}
</button>
</div>
</div>