Skip to content

Commit

Permalink
Fixed stats warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
the-rango committed Feb 28, 2025
1 parent 1568854 commit 713bb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function Stats() {
.then((data) => {
setBeg(data.beg);
setEnd(data.end);
setPrize(data.prize);
// setPrize(data.prize);
});

fetch("https://wings-carrier.herokuapp.com/stats/total")
Expand Down

0 comments on commit 713bb90

Please sign in to comment.