Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17021
This commit is contained in:
commit
90538c95aa
153 changed files with 2506 additions and 981 deletions
|
@ -71,8 +71,8 @@ export default class ActionButton extends React.Component {
|
|||
}
|
||||
|
||||
const icon = this.props.iconPath ?
|
||||
(<TintableSvg src={this.props.iconPath} width={this.props.size} height={this.props.size} />) :
|
||||
undefined;
|
||||
(<TintableSvg src={this.props.iconPath} width={this.props.size} height={this.props.size} />) :
|
||||
undefined;
|
||||
|
||||
const classNames = ["mx_RoleButton"];
|
||||
if (this.props.className) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue