constructor()

in resources/code/website/src/pages/MainApp.js [27:37]


  constructor(props) {
    super(props);
    this.state = {
      authToken: null,
      idToken: null,
      requestRideEnabled: false,
      updates: [
        'Welcome! Click the map to set your pickup location.'
      ]
    };
  }