fixed yesterday's cases
This commit is contained in:
parent
c08e7373e2
commit
a714af2c1d
@ -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 || '_')
|
||||
|
Loading…
Reference in New Issue
Block a user