Removed {} from props.

This commit is contained in:
orangemug 2017-10-16 15:18:29 +01:00
parent 3f350c30da
commit c38547d4e7

View file

@ -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>