From 28c586fc09657b4d79e042091157043eb2a5e298 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Wed, 9 Aug 2023 16:43:01 +0200 Subject: [PATCH] Fix missing channel name. --- client/common/moderation/templates/channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/common/moderation/templates/channel.ts b/client/common/moderation/templates/channel.ts index 5b60e45f..5532366d 100644 --- a/client/common/moderation/templates/channel.ts +++ b/client/common/moderation/templates/channel.ts @@ -52,7 +52,7 @@ async function renderModerationChannel ( return Mustache.render(`
-

{{title}} {{channelModeration.moderation.channel.displayName}}

+

{{title}} {{channelModeration.channel.displayName}}

{{description}}