hide cover edit button

This commit is contained in:
vidvidvid
2021-10-17 09:16:47 +02:00
committed by Alec LaLonde
parent 733d0d6311
commit 310b93590c

View File

@@ -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"