sneak in remaining icon fix
This commit is contained in:
parent
aa34839bf8
commit
a03a3f7e29
@ -93,6 +93,8 @@ export default class LabellingFlow extends Component {
|
||||
locationLabel,
|
||||
} = this.state
|
||||
|
||||
const Icons = `${window.config.routerBasename}/icons.svg`.replace('//', '/')
|
||||
|
||||
if (!skipAddLabelButton) {
|
||||
return (
|
||||
<>
|
||||
@ -124,7 +126,7 @@ export default class LabellingFlow extends Component {
|
||||
onClick={this.fadeOutAndLeaveFast}
|
||||
>
|
||||
<svg className="checkIcon">
|
||||
<use xlinkHref="/icons.svg#check-solid" />
|
||||
<use xlinkHref={`${Icons}#check-solid`} />
|
||||
</svg>
|
||||
</div>
|
||||
<div className="locationDescriptionWrapper">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user