From 5565afdd9f5e9965303676240f9000f53ffc5b5e Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sat, 12 Dec 2020 10:34:26 +0100 Subject: [PATCH] gui: version.tags is an array, which is truthy when empty --- gui/default/syncthing/core/aboutModalView.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/default/syncthing/core/aboutModalView.html b/gui/default/syncthing/core/aboutModalView.html index 65c96502a..5a6d9bffb 100644 --- a/gui/default/syncthing/core/aboutModalView.html +++ b/gui/default/syncthing/core/aboutModalView.html @@ -9,7 +9,7 @@

Build {{version.date | date:"yyyy-MM-dd"}} - ({{version.tags.join(", ")}}) + ({{version.tags.join(", ")}})
Copyright © 2014-{{version.date | date:"yyyy"}} the Syncthing Authors.