installation-activity: Fix ARR value in total row.

In commit ff8552269d, when we moved the links to the first column
of the activity charts, we missed updating the column for the ARR
total.
This commit is contained in:
Lauryn Menard
2024-02-20 20:27:57 +01:00
committed by Tim Abbott
parent 7d9c82cbea
commit 68f02da82e

View File

@@ -253,8 +253,8 @@ def realm_summary_table() -> str:
"",
"",
"",
f"${cents_to_dollar_string(total_arr)}",
"",
f"${cents_to_dollar_string(total_arr)}",
"",
total_dau_count,
total_wau_count,