You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-27 04:21:52 +03:00
fix typo shsape->shape
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@ -58,7 +58,7 @@ module.exports = React.createClass({
|
|||||||
/* callback for when our widget has loaded */
|
/* callback for when our widget has loaded */
|
||||||
onWidgetLoad: React.PropTypes.func,
|
onWidgetLoad: React.PropTypes.func,
|
||||||
|
|
||||||
/* the shsape of the tile, used */
|
/* the shape of the tile, used */
|
||||||
tileShape: React.PropTypes.string,
|
tileShape: React.PropTypes.string,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user