Refactored some lines

This commit is contained in:
Arnaud Vergnet 2020-03-14 15:58:57 +01:00
parent 14c6ae16b5
commit 42731d26a1

View file

@ -40,7 +40,7 @@ class HomeScreen extends React.Component<Props> {
getRenderItem: Function; getRenderItem: Function;
createDataset: Function; createDataset: Function;
colors : Object; colors: Object;
constructor(props) { constructor(props) {
super(props); super(props);