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)