Skip to content

Commit 037f642

Browse files
committed
feat: deleted usd value field
1 parent d6b1022 commit 037f642

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

src/components/infoTooltips/PointsBasedCampaignTooltip.tsx

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -191,29 +191,6 @@ export const PointsBasedCampaignTooltip = ({
191191

192192
{estimatedPointsValue !== null && (
193193
<>
194-
<Box
195-
sx={{
196-
display: 'flex',
197-
alignItems: 'center',
198-
justifyContent: 'space-between',
199-
px: 1,
200-
py: 1,
201-
borderRadius: 1,
202-
backgroundColor: theme.palette.action.hover,
203-
}}
204-
>
205-
<Typography variant={typographyVariant} color={theme.palette.text.secondary}>
206-
USD value
207-
</Typography>
208-
<Typography variant={typographyVariant} sx={{ fontWeight: 500 }}>
209-
$
210-
<FormattedNumber
211-
value={estimatedPointsValue}
212-
visibleDecimals={2}
213-
variant={typographyVariant}
214-
/>
215-
</Typography>
216-
</Box>
217194
<Box
218195
sx={{
219196
display: 'flex',

0 commit comments

Comments
 (0)