mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 16:11:15 +01:00
Removed {} from props.
This commit is contained in:
parent
3f350c30da
commit
c38547d4e7
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ function ToolbarLink(props) {
|
|||
className={classnames('maputnik-toolbar-link', props.className)}
|
||||
href={props.href}
|
||||
rel="noopener noreferrer"
|
||||
target={"_blank"}
|
||||
target="_blank"
|
||||
>
|
||||
{props.children}
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue