From df54a998321ead538c40573e3d5ee77d2628245b Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 2 Feb 2023 15:33:27 -0500 Subject: [PATCH] fix: hide entire toolbar row if no posts or not singlePost --- src/views/post-queue.tpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/post-queue.tpl b/src/views/post-queue.tpl index 2ccd913bb1..37293694a1 100644 --- a/src/views/post-queue.tpl +++ b/src/views/post-queue.tpl @@ -1,6 +1,7 @@ + +{{{ if (!singlePost && posts.length) }}}
- {{{ if (!singlePost && posts.length) }}}
@@ -21,9 +22,11 @@ {{{ end }}}
- {{{ end }}} +
+{{{ end }}} +