Skip to content
Snippets Groups Projects
Verified Commit 4bfb0655 authored by Jan Loewe's avatar Jan Loewe :speech_balloon:
Browse files

chore(formatting): fix formatting

parent 81a98516
Branches
Tags
No related merge requests found
...@@ -298,7 +298,7 @@ export class RichContentType extends DCCXMLElement { ...@@ -298,7 +298,7 @@ export class RichContentType extends DCCXMLElement {
} }
getContent(lang?: string): StringWithLangType | undefined { getContent(lang?: string): StringWithLangType | undefined {
if(!this.content) return null; if (!this.content) return null;
// item with undefined as lang is default // item with undefined as lang is default
const def = this.content.find((x) => x._attr == null || x._attr.lang == null); const def = this.content.find((x) => x._attr == null || x._attr.lang == null);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment