mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
hide Edit profile option
This commit is contained in:
@@ -367,14 +367,6 @@ const PlayerStats: React.FC<PlayerStatsProps> = ({ player }) => {
|
||||
<MenuItem>View Profile</MenuItem>
|
||||
</MetaLink>
|
||||
<MenuItem onClick={disconnect}>Disconnect</MenuItem>
|
||||
|
||||
<MetaLink
|
||||
color="black"
|
||||
href="/profile/setup/username"
|
||||
_hover={{ textDecoration: 'none' }}
|
||||
>
|
||||
<MenuItem>Edit Profile</MenuItem>
|
||||
</MetaLink>
|
||||
</MenuList>
|
||||
</Menu>
|
||||
</Flex>
|
||||
|
||||
@@ -72,13 +72,6 @@ const PlayerStats = () => {
|
||||
>
|
||||
<MenuItem>View Profile</MenuItem>
|
||||
</MetaLink>
|
||||
<MetaLink
|
||||
color="black"
|
||||
href="/profile/setup/username"
|
||||
_hover={{ textDecoration: 'none' }}
|
||||
>
|
||||
<MenuItem>Edit Profile</MenuItem>
|
||||
</MetaLink>
|
||||
<MenuItem onClick={disconnect}>Disconnect</MenuItem>
|
||||
</MenuList>
|
||||
</Menu>
|
||||
|
||||
Reference in New Issue
Block a user