Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstotsky committed Oct 4, 2024
1 parent e079171 commit 895e4b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/AppSummary/AppSummary.helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ export const getFeePercentCell = (isLoading, value) => (
</Cell>
)

export const isDerivativePair = (pair) => _endsWith(pair, 'PERP')

export const isPositionPair = (leverage) => _isNill(leverage)

export const formatSecondaryPercentValue = (value) => {
const val = prepareNumericValue(value)
if (val > 1) return <span className='percent-pos-value'>{`${val}%`}</span>
Expand Down

0 comments on commit 895e4b6

Please sign in to comment.