1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

AppTile: Fix typo in property name

This commit is contained in:
Robert Swain
2017-06-13 15:32:40 +02:00
parent 2aa0aa61e3
commit bcb2f8408b
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ export default React.createClass({
render: function() {
return (
<div className={this.props.fullWdith ? "mx_AppTileFullWidth" : "mx_AppTile"} id={this.props.id}>
<div className={this.props.fullWidth ? "mx_AppTileFullWidth" : "mx_AppTile"} id={this.props.id}>
<div className="mx_AppTileMenuBar">
{this.props.name}
<span className="mx_AppTileMenuBarWidgets">