in source/console/src/App.js [40:48]
constructor(props) {
super(props);
this.noMatch = this.noMatch.bind(this);
this.signOut = this.signOut.bind(this);
this.toggleNavbar = this.toggleNavbar.bind(this);
this.state = {
collapsed: true
};
}