mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
invalidating cache entry on profile page load 💣
This commit is contained in:
@@ -45,7 +45,7 @@ export const PlayerHero: React.FC<Props> = ({ player }) => {
|
||||
<Text fontSize="xl" fontFamily="heading" mb={1}>
|
||||
{getPlayerName(player)}
|
||||
</Text>
|
||||
<PlayerBrightId player={player} />
|
||||
<PlayerBrightId {...{ player }} />
|
||||
</Box>
|
||||
<Box>
|
||||
<Text fontSize={{ base: 'sm', sm: 'md' }}>
|
||||
|
||||
Reference in New Issue
Block a user