Fix missing verse text for poetic OT content (Psalms etc.)
This commit is contained in:
@@ -550,6 +550,9 @@ export function renderVerseContent(content) {
|
|||||||
if (Array.isArray(content.content)) {
|
if (Array.isArray(content.content)) {
|
||||||
return renderVerseContent(content.content);
|
return renderVerseContent(content.content);
|
||||||
}
|
}
|
||||||
|
if (typeof content.text === 'string') {
|
||||||
|
return content.text;
|
||||||
|
}
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
return '';
|
return '';
|
||||||
|
|||||||
Reference in New Issue
Block a user