diff --git a/centrifuge-app/src/components/InvestRedeem/types.ts b/centrifuge-app/src/components/InvestRedeem/types.ts index 1d0b22b1c9..895456e71a 100644 --- a/centrifuge-app/src/components/InvestRedeem/types.ts +++ b/centrifuge-app/src/components/InvestRedeem/types.ts @@ -4,7 +4,7 @@ import BN from 'bn.js' import Decimal from 'decimal.js-light' import * as React from 'react' -type CurrencyMeta = Pick +type CurrencyMeta = Pick export type InvestRedeemAction = | 'invest'