forked from MapComplete/MapComplete
Refactoring: move method
This commit is contained in:
parent
a2ad13dd50
commit
b8a0fbe662
15 changed files with 31 additions and 44 deletions
|
|
@ -159,7 +159,7 @@ export class ChangesetHandler {
|
|||
|
||||
extraMetaTags = [...extraMetaTags, ...this.defaultChangesetTags()]
|
||||
extraMetaTags = ChangesetHandler.removeDuplicateMetaTags(extraMetaTags)
|
||||
if (this.userDetails.data.csCount == 0) {
|
||||
if (this.userDetails.data?.csCount == 0) {
|
||||
// The user became a contributor!
|
||||
this.userDetails.data.csCount = 1
|
||||
this.userDetails.ping()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue