From 1ee92c281d822a4c98ea6e0ff7f49f18ecf159d3 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 25 Aug 2021 10:12:31 -0400 Subject: [PATCH] fix: topic event deletion --- public/src/modules/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/modules/helpers.js b/public/src/modules/helpers.js index c70e4aa281..33cc8a6323 100644 --- a/public/src/modules/helpers.js +++ b/public/src/modules/helpers.js @@ -243,7 +243,7 @@ html += ``; if (this.privileges.isAdminOrMod) { - html += ` `; + html += ` `; } return html;