Remove spurious ...atributes in the wrong place
We already have it above
This commit is contained in:
@@ -1473,7 +1473,6 @@ export default class MessageComposerInput extends React.Component {
|
|||||||
const { text } = node;
|
const { text } = node;
|
||||||
return <a href={url} {...props.attributes}>
|
return <a href={url} {...props.attributes}>
|
||||||
{ text }
|
{ text }
|
||||||
{...attributes}
|
|
||||||
</a>;
|
</a>;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user