From 7d433d186eda4ec5cbd5cc851491a07691551839 Mon Sep 17 00:00:00 2001 From: Mateja Date: Fri, 7 May 2021 01:27:03 +0200 Subject: Fix: `Remove` button visibility Variable `auth` was not accessible inside `each` helper. --- views/home.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/home.handlebars b/views/home.handlebars index 7f48f65..b719d75 100644 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -10,7 +10,7 @@
{{{this.text}}}
- {{#if auth}} + {{#if ../auth}} Remove {{/if}} -- cgit v1.2.3