mirror of
https://github.com/maputnik/editor.git
synced 2026-06-22 07:07:26 +00:00
Removed {} from props.
This commit is contained in:
@@ -33,7 +33,7 @@ function ToolbarLink(props) {
|
|||||||
className={classnames('maputnik-toolbar-link', props.className)}
|
className={classnames('maputnik-toolbar-link', props.className)}
|
||||||
href={props.href}
|
href={props.href}
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
target={"_blank"}
|
target="_blank"
|
||||||
>
|
>
|
||||||
{props.children}
|
{props.children}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user