This commit is contained in:
parent
0e3b2252a5
commit
c4b5bace5d
@ -41,7 +41,7 @@ export default function Score({ player, playerScore, settings }: Props) {
|
||||
|
||||
const fetchBeatSaverData = useCallback(async () => {
|
||||
// No need to fetch if no buttons
|
||||
if (!settings?.noScoreButtons) {
|
||||
if (settings?.noScoreButtons == true) {
|
||||
return;
|
||||
}
|
||||
const beatSaverMapData = await lookupBeatSaverMap(leaderboard.songHash);
|
||||
|
Reference in New Issue
Block a user