You've already forked matrix-react-sdk
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:
committed by
Luke Barnard
parent
9337158a47
commit
5e855e6fee
@@ -33,7 +33,7 @@ export default React.createClass({
|
||||
|
||||
getDefaultProps: function() {
|
||||
return {
|
||||
size: 25,
|
||||
size: "25",
|
||||
tooltip: false,
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user