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