From 9425002c40a50ba3033794a39f277249aa70ab1a Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 17 Dec 2020 20:29:28 -0500 Subject: [PATCH] fix: topics.icons not showing up due to undefined parent) --- templates/partials/topics_list.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/partials/topics_list.tpl b/templates/partials/topics_list.tpl index 81fb5a6..b3374f2 100644 --- a/templates/partials/topics_list.tpl +++ b/templates/partials/topics_list.tpl @@ -33,7 +33,8 @@ - {{{each icons}}}{@value}{{{end}}} + {{{each topics.icons}}}{@value}{{{end}}} +