forked from MapComplete/MapComplete
Refactoring: remove obsolete 'loggedIn' on userdetails-object
This commit is contained in:
parent
1b3066cc28
commit
3bf099c14a
7 changed files with 8 additions and 25 deletions
|
|
@ -14,7 +14,7 @@
|
|||
josmState.stabilized(15000).addCallbackD(() => josmState.setData(undefined))
|
||||
|
||||
const showButton = state.osmConnection.userDetails.map(
|
||||
(ud) => ud.loggedIn && ud.csCount >= Constants.userJourney.historyLinkVisible
|
||||
(ud) => ud?.csCount >= Constants.userJourney.historyLinkVisible
|
||||
)
|
||||
|
||||
function openJosm() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue