Lint
This commit is contained in:
parent
77418f535e
commit
aaf32ac9a0
1 changed files with 3 additions and 1 deletions
|
@ -108,7 +108,9 @@ const CategoryRoomList = React.createClass({
|
||||||
render: function() {
|
render: function() {
|
||||||
const TintableSvg = sdk.getComponent("elements.TintableSvg");
|
const TintableSvg = sdk.getComponent("elements.TintableSvg");
|
||||||
const addButton = this.props.editing ?
|
const addButton = this.props.editing ?
|
||||||
(<AccessibleButton className="mx_GroupView_featuredThings_addButton" onClick={this.onAddRoomsToSummaryClicked}>
|
(<AccessibleButton className="mx_GroupView_featuredThings_addButton"
|
||||||
|
onClick={this.onAddRoomsToSummaryClicked}
|
||||||
|
>
|
||||||
<TintableSvg src="img/icons-create-room.svg" width="64" height="64" />
|
<TintableSvg src="img/icons-create-room.svg" width="64" height="64" />
|
||||||
<div className="mx_GroupView_featuredThings_addButton_label">
|
<div className="mx_GroupView_featuredThings_addButton_label">
|
||||||
{ _t('Add a Room') }
|
{ _t('Add a Room') }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue