Rewordings on etymology theme, fix bug where data doesn't load

This commit is contained in:
Pieter Vander Vennet 2021-10-18 18:54:36 +02:00
parent 69254800bc
commit c1d21fcbe5
6 changed files with 20 additions and 16 deletions

View file

@ -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>> {