From 619af8871aa4459e8cd739c0f2f39bfe7462e1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 26 Apr 2023 12:36:13 -0400 Subject: [PATCH] only show thumb selector if more than 1 --- src/views/modals/topic-thumbs-view.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/modals/topic-thumbs-view.tpl b/src/views/modals/topic-thumbs-view.tpl index 27a3e05a57..82265b47e1 100644 --- a/src/views/modals/topic-thumbs-view.tpl +++ b/src/views/modals/topic-thumbs-view.tpl @@ -2,6 +2,7 @@
+ {{{ if (thumbs.length != "1") }}}
{{{ each thumbs }}} @@ -10,4 +11,5 @@
{{{ end }}} + {{{ end }}} \ No newline at end of file