mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
backend: route list icon
This commit is contained in:
parent
7f7487b755
commit
095c7cf946
2 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue