Comma on strings and styling button
This commit is contained in:
parent
06c34cff9c
commit
44a41b589d
3 changed files with 9 additions and 2 deletions
|
@ -947,7 +947,7 @@ module.exports = React.createClass({
|
|||
</AccessibleButton>;
|
||||
}
|
||||
|
||||
devtoolsButton = <AccessibleButton onClick={this._openDevtools}>
|
||||
const devtoolsButton = <AccessibleButton className="mx_RoomSettings_devtoolsButton" onClick={this._openDevtools}>
|
||||
{ _t("Open Devtools") }
|
||||
</AccessibleButton>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue