Skip to content

Commit

Permalink
FRO-42: remove market version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeq93 committed Sep 21, 2023
1 parent 9125653 commit 8412446
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/modules/reserve-overview/ReserveTopDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,6 @@ export const ReserveTopDetails = ({ underlyingAsset }: ReserveTopDetailsProps) =
<Typography variant="subheader1" sx={{ color: 'common.white' }}>
{market.marketTitle} <Trans>Market</Trans>
</Typography>
{market.v3 && (
<Box
sx={{
color: '#fff',
px: 2,
mx: 2,
borderRadius: '12px',
background: (theme) => theme.palette.gradients.aaveGradient,
}}
>
<Typography variant="subheader2">Version 3</Typography>
</Box>
)}
</Box>
</Box>

Expand Down

0 comments on commit 8412446

Please sign in to comment.