Skip to content

Commit

Permalink
fix torah tracker for use with up-to-date 'Year To Date' as 'this_heb…
Browse files Browse the repository at this point in the history
…rew_year' vals have been deleted
  • Loading branch information
nissamai committed Apr 8, 2022
1 parent 0239df5 commit 14d2606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/UserStats.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
};

Expand Down

0 comments on commit 14d2606

Please sign in to comment.