From 14d2606728679bfdb5705a5d94d75ceb72c4f6f8 Mon Sep 17 00:00:00 2001 From: Nissa Mai-Rose Date: Fri, 8 Apr 2022 13:03:59 -0400 Subject: [PATCH] fix torah tracker for use with up-to-date 'Year To Date' as 'this_hebrew_year' vals have been deleted --- static/js/UserStats.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/UserStats.jsx b/static/js/UserStats.jsx index b989fad7a0..afb72497ad 100644 --- a/static/js/UserStats.jsx +++ b/static/js/UserStats.jsx @@ -22,7 +22,7 @@ const UserStats = () => { const modes = ["Year to Date", "All Time"]; const modekeys = { - "Year to Date": "this_hebrew_year", + "Year to Date": "currently", "All Time": "alltime" };