Share links list WIP
This commit is contained in:
@ -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>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user