mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-24 18:46:40 +07:00
fix
This commit is contained in:
parent
dd1c9a1d1c
commit
02e570bc9c
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ export class UserPanelUnconnected extends PureComponent<Props, State> {
|
|||
|
||||
<div className="control-bar">
|
||||
<button
|
||||
className={classnames({ active: false, inactive: is_empty })}
|
||||
className={classnames({ inactive: is_empty })}
|
||||
onClick={this.props.editorGetGPXTrack}
|
||||
>
|
||||
<Tooltip>Экспорт GPX</Tooltip>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue