Fix review form save button

This commit is contained in:
Pieter Vander Vennet 2021-06-21 12:44:26 +02:00
parent b9b504aebc
commit aa1c9d0398
2 changed files with 27 additions and 16 deletions

View file

@ -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)
)
}