mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
Log the users
This commit is contained in:
parent
64368d7744
commit
bfdf7d4d96
1 changed files with 3 additions and 1 deletions
|
@ -31,9 +31,11 @@ export default class App extends React.Component<AppProps, AppState> {
|
||||||
})
|
})
|
||||||
|
|
||||||
props.usersStore.onUsersChanged(users => {
|
props.usersStore.onUsersChanged(users => {
|
||||||
|
console.log('users', users)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
console.log('users', props.usersStore.getUsers())
|
||||||
|
|
||||||
this.state = {selectedRow: -1}
|
this.state = {selectedRow: -1}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue