From 2a1c3cec044997fce8c8058cf0c4e6d1f235436e Mon Sep 17 00:00:00 2001 From: CollinBeczak Date: Sun, 14 Jan 2024 15:07:08 -0600 Subject: [PATCH] remove key from WithLeaderboard component that was causing update errors --- src/components/HOCs/WithLeaderboard/WithLeaderboard.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/HOCs/WithLeaderboard/WithLeaderboard.js b/src/components/HOCs/WithLeaderboard/WithLeaderboard.js index 1179c9a29..f9782c727 100644 --- a/src/components/HOCs/WithLeaderboard/WithLeaderboard.js +++ b/src/components/HOCs/WithLeaderboard/WithLeaderboard.js @@ -210,8 +210,7 @@ const WithLeaderboard = function(WrappedComponent, initialMonthsPast=1, initialO render() { const moreResults = this.state.leaderboard ? this.state.showingCount <= this.state.leaderboard.length : true - return