From 17ef803423e2d828e40bd31b0c7113a398aa9bc1 Mon Sep 17 00:00:00 2001 From: tree Date: Mon, 21 Mar 2022 00:52:20 +0100 Subject: [PATCH] Update --- utils/update-docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/update-docs.js b/utils/update-docs.js index 239345e..b0b6f3a 100644 --- a/utils/update-docs.js +++ b/utils/update-docs.js @@ -53,7 +53,7 @@ const methods = { const img = `![](https://spec.utxo.cz/22/photos/speakers/${speaker.id}-sm.png)`; const item = - `### ${img} ${speaker.name}\n\n* ${speaker.bio.trim()}${orgs}\n* ${ + `### ${img} ${speaker.name}\n\n* ${speaker.bio?.trim()}${orgs}\n* ${ socials.join(", ") }`; speakersLeadsArr.push(item);