From ab3634248775adec94de0bb232fbb94fe961d7ee Mon Sep 17 00:00:00 2001 From: Jemma Date: Tue, 2 Jan 2024 12:47:48 -0600 Subject: [PATCH] Updated grpc package. Bug fixes on 3DS --- src/webfiles/web/partials/post_template.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webfiles/web/partials/post_template.ejs b/src/webfiles/web/partials/post_template.ejs index e99c0c3..86e5d8f 100644 --- a/src/webfiles/web/partials/post_template.ejs +++ b/src/webfiles/web/partials/post_template.ejs @@ -6,11 +6,11 @@

Post has been removed.

<%} else {%> - <% if(post.removed && moderator) {%> + <% if (post.removed && moderator) { %>

Post has been removed.

- <%}> + <% } %>