File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
src/components/infoTooltips Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments