mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
hide cover edit button
This commit is contained in:
@@ -160,7 +160,7 @@ const PlayerPage: React.FC<Props> = ({ player }) => {
|
||||
position="absolute"
|
||||
w="full"
|
||||
>
|
||||
{isOwnProfile && (
|
||||
{/* {isOwnProfile && (
|
||||
<Flex width="full" justifyContent="end">
|
||||
<IconButton
|
||||
variant="outline"
|
||||
@@ -183,7 +183,7 @@ const PlayerPage: React.FC<Props> = ({ player }) => {
|
||||
}}
|
||||
/>
|
||||
</Flex>
|
||||
)}
|
||||
)} */}
|
||||
</Box>
|
||||
<Flex
|
||||
w="full"
|
||||
|
||||
Reference in New Issue
Block a user