isInfoToggled set to true by default

This commit is contained in:
Giampiero Galeazzi
2018-12-14 17:02:49 +01:00
parent 12afdad684
commit 05cde82274
3 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class App extends React.Component {
constructor(props) {
super(props);
this.state = {
isInfoToggled: false
isInfoToggled: true
};
}