forked from MapComplete/MapComplete
Fix review form save button
This commit is contained in:
parent
b9b504aebc
commit
aa1c9d0398
2 changed files with 27 additions and 16 deletions
|
@ -28,7 +28,7 @@ export class SaveButton extends Toggle {
|
|||
super(
|
||||
save,
|
||||
pleaseLogin,
|
||||
osmConnection?.userDetails?.map(userDetails => userDetails.loggedIn) ?? new UIEventSource<any>(false)
|
||||
osmConnection?.isLoggedIn ?? new UIEventSource<any>(false)
|
||||
)
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue