From a714af2c1d3f51ea22c1d23aafbd29b284107228 Mon Sep 17 00:00:00 2001 From: tmont Date: Sat, 2 May 2020 21:00:30 -0700 Subject: [PATCH] fixed yesterday's cases --- tmpl/master.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/master.pug b/tmpl/master.pug index f76d829..698db39 100644 --- a/tmpl/master.pug +++ b/tmpl/master.pug @@ -456,7 +456,7 @@ html const last7 = getValue(1) - getValue(7); const casesToday = getDeltaCases(1); const casesLast7 = getValueCases(1) - getValueCases(7); - const casesYesterday = getDeltaCases(1); + const casesYesterday = getDeltaCases(2); tr( id=("row-" + (item.safeName || '_')) data-name=(item.name || '_')