Skip to content

Commit

Permalink
Merge branch 'main' of github.com:centrifuge/apps into cent-app/fix-e…
Browse files Browse the repository at this point in the history
…mpty-hash
  • Loading branch information
sophialittlejohn committed Dec 20, 2023
2 parents 98f582a + 9debe0b commit 178c189
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'>
type CurrencyMeta = Pick<CurrencyMetadata, 'decimals' | 'symbol' | 'name'>

export type InvestRedeemAction =
| 'invest'
Expand Down

0 comments on commit 178c189

Please sign in to comment.