From e69d6e17c46584f092054394d2225479908e5d86 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 16 Jan 2023 15:10:25 +0000 Subject: [PATCH] update loading type --- src/components/PlayerStats.js | 2 +- src/pages/index.js | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/PlayerStats.js b/src/components/PlayerStats.js index 7f0cc79..fd9a505 100644 --- a/src/components/PlayerStats.js +++ b/src/components/PlayerStats.js @@ -39,7 +39,7 @@ const PlayerStats = () => { if (isLoading) { return (
- +
); } diff --git a/src/pages/index.js b/src/pages/index.js index 49cd021..2f966a1 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -295,7 +295,9 @@ export default class Home extends Component { size="md" /> - Show score raw pp (The raw pp value of the current score) + + Show score raw pp (The raw pp value of the current score) + this.updateValue("showPp", event.target.checked)