mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 07:30:00 +00:00
Removed {} from props.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user