Share links list WIP

This commit is contained in:
Tom Moor
2018-05-22 23:01:49 -07:00
parent b40b77b228
commit d93815ca0a
13 changed files with 224 additions and 11 deletions

View File

@ -15,5 +15,9 @@ export default (props: Props) => {
cursor: 'pointer',
};
return <a {...props} style={style}>{props.children}</a>;
return (
<a {...props} style={style}>
{props.children}
</a>
);
};