Merge branch 'develop' into feature/cw-3191

This commit is contained in:
Muhsin Keloth
2024-04-25 22:10:48 +05:30
committed by GitHub
+1 -1
View File
@@ -128,7 +128,7 @@ By default, it renders:
tocHeader: '<%= I18n.t('public_portal.toc_header') %>'
};
</script>
<% if @portal.channel_web_widget.present? %>
<% if @portal.channel_web_widget.present? && !@is_plain_layout_enabled %>
<%= @portal.channel_web_widget.web_widget_script.html_safe %>
<% end %>
</html>