Skip to content

Commit

Permalink
Undo types
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Dec 20, 2023
1 parent 178c189 commit d9f7e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/components/InvestRedeem/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import BN from 'bn.js'
import Decimal from 'decimal.js-light'
import * as React from 'react'

type CurrencyMeta = Pick<CurrencyMetadata, 'decimals' | 'symbol' | 'name'>
type CurrencyMeta = Pick<CurrencyMetadata, 'decimals' | 'symbol'>

export type InvestRedeemAction =
| 'invest'
Expand Down

0 comments on commit d9f7e34

Please sign in to comment.