Code style fixes

This commit is contained in:
felixlinker
2018-10-04 23:45:13 +01:00
parent f0bf8e8ce2
commit 10fffe67fc
23 changed files with 125 additions and 147 deletions

View File

@@ -17,7 +17,6 @@ const merge = function(one, two) {
* A vertical bar chart
*/
export default class VerticalBarChart extends TranslatedComponent {
static propTypes = {
data : PropTypes.array.isRequired,
yMax : PropTypes.number