Fixed issue #154

master
WolverinDEV 2020-12-22 13:56:50 +01:00
parent 23051ef90e
commit 3cd0a4c6f4
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ function apply_channel_description(container: JQuery, channel: ChannelEntry) {
const container_no_value = container.find(".no-value");
channel.getChannelDescription().then(description => {
container_value.empty();
if (description) {
renderBBCodeAsJQuery(description, { convertSingleUrls: true }).forEach(element => container_value.append(element));
container_no_value.hide();