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

Size is a string, import react

React gets put in by the JSX transpile
This commit is contained in:
David Baker
2017-05-05 14:56:26 +01:00
parent 4a5821e199
commit 4fc4ae1e99
6 changed files with 6 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ export default React.createClass({
getDefaultProps: function() {
return {
size: 25,
size: "25",
tooltip: false,
};
},