forked from MapComplete/MapComplete
More refactoring and fixes
This commit is contained in:
parent
d7004cd3dc
commit
9cc721abad
37 changed files with 519 additions and 632 deletions
|
@ -102,8 +102,8 @@ export default class ReviewForm extends InputElement<Review> {
|
|||
.SetClass("review-form")
|
||||
|
||||
|
||||
return new Toggle(form, Translations.t.reviews.plz_login,
|
||||
this.userDetails.map(userdetails => userdetails.loggedIn))
|
||||
return new Toggle(form, Translations.t.reviews.plz_login.Clone(),
|
||||
this.userDetails.map(userdetails => userdetails.loggedIn)).ToggleOnClick()
|
||||
.ConstructElement()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue