Merge pull request #1071 from eMerzh/fix_etymology
fix: correct maybe missing option in etymology layer
This commit is contained in:
commit
99a12a040b
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ export default class WikidataPreviewBox extends VariableUiElement {
|
|||
link]).SetClass("flex justify-between"),
|
||||
Translation.fromMap(wikidata.descriptions),
|
||||
WikidataPreviewBox.QuickFacts(wikidata, options),
|
||||
...(options.extraItems ?? [])
|
||||
...(options?.extraItems ?? [])
|
||||
]).SetClass("flex flex-col link-underline")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue