Skip to content

Commit

Permalink
chore: fix type error for new account type
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed May 13, 2024
1 parent a07b3d7 commit d013735
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/lib/enums/enums.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ export const ACCOUNT_TYPE_MAP: Record<vegaAccountType, string> = {
[vegaAccountType.ACCOUNT_TYPE_REWARD_RETURN_VOLATILITY]: 'Volatility rewards',
[vegaAccountType.ACCOUNT_TYPE_REWARD_VALIDATOR_RANKING]: 'Validator ranking rewards',
[vegaAccountType.ACCOUNT_TYPE_PENDING_FEE_REFERRAL_REWARD]: 'Pending fee referral rewards',
[vegaAccountType.ACCOUNT_TYPE_ORDER_MARGIN]: 'Order Margin'
[vegaAccountType.ACCOUNT_TYPE_ORDER_MARGIN]: 'Order Margin',
[vegaAccountType.ACCOUNT_TYPE_REWARD_REALISED_RETURN]: 'Reward realised return'
}

export const ORDER_STATUS_MAP: Record<vegaOrderStatus, string> = {
Expand Down

0 comments on commit d013735

Please sign in to comment.