mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +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">
|
<div className="control-bar">
|
||||||
<button
|
<button
|
||||||
className={classnames({ active: false, inactive: is_empty })}
|
className={classnames({ inactive: is_empty })}
|
||||||
onClick={this.props.editorGetGPXTrack}
|
onClick={this.props.editorGetGPXTrack}
|
||||||
>
|
>
|
||||||
<Tooltip>Экспорт GPX</Tooltip>
|
<Tooltip>Экспорт GPX</Tooltip>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue