update loading type
This commit is contained in:
parent
25918aae7b
commit
e69d6e17c4
@ -39,7 +39,7 @@ const PlayerStats = () => {
|
||||
if (isLoading) {
|
||||
return (
|
||||
<div className={styles.playerStatsContainer}>
|
||||
<Loading size="lg" />
|
||||
<Loading type="points" size="lg" />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
@ -295,7 +295,9 @@ export default class Home extends Component {
|
||||
size="md"
|
||||
/>
|
||||
<Spacer y={1.2} />
|
||||
<Text>Show score raw pp (The raw pp value of the current score)</Text>
|
||||
<Text>
|
||||
Show score raw pp (The raw pp value of the current score)
|
||||
</Text>
|
||||
<Switch
|
||||
onChange={(event) =>
|
||||
this.updateValue("showPp", event.target.checked)
|
||||
|
Reference in New Issue
Block a user