forked from MapComplete/MapComplete
Rewordings on etymology theme, fix bug where data doesn't load
This commit is contained in:
parent
69254800bc
commit
c1d21fcbe5
6 changed files with 20 additions and 16 deletions
|
@ -1,7 +1,6 @@
|
|||
import {Utils} from "../../Utils";
|
||||
import {UIEventSource} from "../UIEventSource";
|
||||
|
||||
|
||||
export class WikidataResponse {
|
||||
public readonly id: string
|
||||
public readonly labels: Map<string, string>
|
||||
|
@ -61,7 +60,6 @@ export class WikidataResponse {
|
|||
commons
|
||||
)
|
||||
|
||||
|
||||
}
|
||||
|
||||
static extractClaims(claimsJson: any): Map<string, Set<string>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue