You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
trailing commas
This commit is contained in:
@@ -30,7 +30,7 @@ module.exports = React.createClass({
|
|||||||
height: React.PropTypes.number,
|
height: React.PropTypes.number,
|
||||||
resizeMethod: React.PropTypes.string,
|
resizeMethod: React.PropTypes.string,
|
||||||
// Whether the onClick of the avatar should dispatch 'view_user'
|
// Whether the onClick of the avatar should dispatch 'view_user'
|
||||||
viewUserOnClick: React.PropTypes.boolean
|
viewUserOnClick: React.PropTypes.boolean,
|
||||||
},
|
},
|
||||||
|
|
||||||
getDefaultProps: function() {
|
getDefaultProps: function() {
|
||||||
@@ -38,7 +38,7 @@ module.exports = React.createClass({
|
|||||||
width: 40,
|
width: 40,
|
||||||
height: 40,
|
height: 40,
|
||||||
resizeMethod: 'crop',
|
resizeMethod: 'crop',
|
||||||
viewUserOnClick: false
|
viewUserOnClick: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user