Turn Running total box transparent
This commit is contained in:
parent
d780c96b28
commit
a656dd5541
@ -253,7 +253,11 @@ export function renderReviews(
|
||||
i18n.tr(i18n.TR.STATISTICS_COUNTS_EARLY_CARDS),
|
||||
valueLabel(totals[4]),
|
||||
],
|
||||
["grey", i18n.tr(i18n.TR.STATISTICS_RUNNING_TOTAL), valueLabel(cumulative)],
|
||||
[
|
||||
"transparent",
|
||||
i18n.tr(i18n.TR.STATISTICS_RUNNING_TOTAL),
|
||||
valueLabel(cumulative),
|
||||
],
|
||||
];
|
||||
for (const [colour, label, detail] of lines) {
|
||||
buf += `<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user