mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Remove spurious ...atributes in the wrong place
We already have it above
This commit is contained in:
parent
c1f51a76dd
commit
4e1fabd140
1 changed files with 0 additions and 1 deletions
|
@ -1473,7 +1473,6 @@ export default class MessageComposerInput extends React.Component {
|
|||
const { text } = node;
|
||||
return <a href={url} {...props.attributes}>
|
||||
{ text }
|
||||
{...attributes}
|
||||
</a>;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue