Archived
isInfoToggled set to true by default
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ class App extends React.Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {
|
||||
isInfoToggled: false
|
||||
isInfoToggled: true
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user