Skip to content

Commit

Permalink
Auto-prettification
Browse files Browse the repository at this point in the history
  • Loading branch information
mqp authored and github-actions[bot] committed Jul 31, 2024
1 parent c60f1f8 commit f0db736
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions web/components/portfolio/twomba-portfolio-value-section.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
'use client'
import clsx from 'clsx'
import {
SPICE_TO_MANA_CONVERSION_RATE,
} from 'common/envs/constants'
import { SPICE_TO_MANA_CONVERSION_RATE } from 'common/envs/constants'
import { Period, periodDurations } from 'common/period'
import { LivePortfolioMetrics } from 'common/portfolio-metrics'
import { last } from 'lodash'
Expand All @@ -22,10 +20,7 @@ import { RedeemSpiceButton } from '../profile/redeem-spice-button'
import { ColorType } from '../widgets/choices-toggle-group'
import { CoinNumber } from '../widgets/manaCoinNumber'
import { PortfolioGraphNumber } from './portfolio-graph-number'
import {
GraphMode,
PortfolioMode,
} from './portfolio-value-graph'
import { GraphMode, PortfolioMode } from './portfolio-value-graph'
import { ProfitWidget } from './profit-widget'
import {
TwombaPortfolioGraph,
Expand Down

0 comments on commit f0db736

Please sign in to comment.