From c3ed01c9b59069eb62b87362f8bcf15d30c83216 Mon Sep 17 00:00:00 2001 From: goodygh Date: Tue, 11 Apr 2023 23:49:50 +0200 Subject: [PATCH] Fix sorting for active mailboxes --- data/web/js/site/mailbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/js/site/mailbox.js b/data/web/js/site/mailbox.js index b7349d4f..bebbd3fd 100644 --- a/data/web/js/site/mailbox.js +++ b/data/web/js/site/mailbox.js @@ -1093,7 +1093,7 @@ jQuery(function($){ defaultContent: '', responsivePriority: 4, render: function (data, type) { - return 1==data?'':(0==data?'':2==data&&'—'); + return 1==data?'1':(0==data?'0':2==data&&'—'); } }, {