From 8d0ef690b2f1d8f19a697b1172110a58bba489dc Mon Sep 17 00:00:00 2001
From: morpheus65535 <5130500+morpheus65535@users.noreply.github.com>
Date: Wed, 3 Jan 2018 14:25:49 -0500
Subject: [PATCH] Cosmetic bug with wanted number on icon
---
views/menu.tpl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/views/menu.tpl b/views/menu.tpl
index 438a0f279..71c1356d1 100644
--- a/views/menu.tpl
+++ b/views/menu.tpl
@@ -50,12 +50,13 @@
History
-
+
% if wanted[0] > 0:
{{wanted[0]}}
% end
+
Wanted