summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--app/components/CustomScrollbars.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/CustomScrollbars.js b/app/components/CustomScrollbars.js
index d68f66146e..45a22b5d88 100644
--- a/app/components/CustomScrollbars.js
+++ b/app/components/CustomScrollbars.js
@@ -2,7 +2,7 @@ import React, { Component, PropTypes } from 'react';
import { Scrollbars } from 'react-custom-scrollbars';
export default class CustomScrollbars extends Component {
- static propTypes: {
+ static propTypes = {
children: PropTypes.element
}