Andri Janusson
Results
2
issues of
Andri Janusson
### Code ```javascript class Linkedin extends Component { constructor(props) { super(); this.state = { authenticated: false }; } handleLogin = user => { this.setState({ authenticated: true }); window.IN.pictureUrl = user.profile.profilePicURL;...
bug
Don't know it is intended or not