oops, fix leaderboard button being hidden
Some checks failed
Deploy / deploy (push) Has been cancelled
Some checks failed
Deploy / deploy (push) Has been cancelled
This commit is contained in:
parent
162424b2d0
commit
df7166a246
@ -74,7 +74,7 @@ export default function ScoreButtons({
|
|||||||
<YouTubeLogo />
|
<YouTubeLogo />
|
||||||
</ScoreButton>
|
</ScoreButton>
|
||||||
</div>
|
</div>
|
||||||
{isLeaderboardExpanded && setIsLeaderboardExpanded && (
|
{isLeaderboardExpanded != undefined && setIsLeaderboardExpanded != undefined && (
|
||||||
<LeaderboardButton
|
<LeaderboardButton
|
||||||
isLeaderboardExpanded={isLeaderboardExpanded}
|
isLeaderboardExpanded={isLeaderboardExpanded}
|
||||||
setIsLeaderboardExpanded={setIsLeaderboardExpanded}
|
setIsLeaderboardExpanded={setIsLeaderboardExpanded}
|
||||||
|
Reference in New Issue
Block a user