Remove spurious ...atributes in the wrong place

We already have it above
pull/21833/head
David Baker 2018-10-09 16:05:14 +01:00
parent c1f51a76dd
commit 4e1fabd140
1 changed files with 0 additions and 1 deletions

View File

@ -1473,7 +1473,6 @@ export default class MessageComposerInput extends React.Component {
const { text } = node;
return <a href={url} {...props.attributes}>
{ text }
{...attributes}
</a>;
}
}