mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Remove key
prop pass-thru on HeaderButton
This is redundant and throws a warning
This commit is contained in:
parent
1740319b7a
commit
ce13837216
@ -45,11 +45,7 @@ class HeaderButton extends React.Component {
|
||||
const TintableSvg = sdk.getComponent("elements.TintableSvg");
|
||||
const AccessibleButton = sdk.getComponent("elements.AccessibleButton");
|
||||
|
||||
return <AccessibleButton
|
||||
className="mx_RightPanel_headerButton"
|
||||
key={this.props.key}
|
||||
onClick={ this.onClick }
|
||||
>
|
||||
return <AccessibleButton className="mx_RightPanel_headerButton" onClick={ this.onClick } >
|
||||
<div className="mx_RightPanel_headerButton_badge">
|
||||
{ this.props.badge ? this.props.badge : <span> </span>}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user