fix a goofy ahh issue

This commit is contained in:
Ashley 2023-09-27 18:16:09 +00:00
parent 911eebf02f
commit eefb854459

View file

@ -198,7 +198,7 @@ module.exports = function (app, config, renderTemplate) {
}
const subscribers = boutJson.Channel?.Metadata.Subscribers;
const about = boutJson?.Channel?.Contents?.ItemSection.About;
const about = boutJson?.Channel?.Contents?.ItemSection?.About;
const description = about?.Description.toString().replace(/\n/g, " <br> ");
const dnoreplace = about?.Description.toString();