Fix missing channel name.
This commit is contained in:
parent
7e89e430d0
commit
28c586fc09
@ -52,7 +52,7 @@ async function renderModerationChannel (
|
||||
|
||||
return Mustache.render(`
|
||||
<div class="margin-content">
|
||||
<h1>{{title}} {{channelModeration.moderation.channel.displayName}}</h1>
|
||||
<h1>{{title}} {{channelModeration.channel.displayName}}</h1>
|
||||
<p>{{description}}</p>
|
||||
<form livechat-moderation-channel-options>
|
||||
<fieldset>
|
||||
|
Loading…
Reference in New Issue
Block a user