Skip to content

Commit

Permalink
fix(ui): #2053: fill all actions
Browse files Browse the repository at this point in the history
  • Loading branch information
VanishMax committed Feb 21, 2025
1 parent 0310b32 commit 9db92b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ui/src/ActionView/action-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import { DutchAuctionWithdrawAction } from './actions/dutch-auction-withdraw';
import { CommunityPoolDepositAction } from './actions/community-pool-deposit';
import { CommunityPoolOutputAction } from './actions/community-pool-output';
import { CommunityPoolSpendAction } from './actions/community-pool-spend';
import { LiquidityTournamentVoteAction } from './actions/liquidity-tournament-vote';

export interface ActionViewProps extends ActionViewBaseProps {
/**
Expand All @@ -52,6 +53,7 @@ const componentMap = {
positionWithdraw: PositionWithdrawAction,
positionRewardClaim: PositionRewardClaimAction,
// TODO: Implement the actions below
actionLiquidityTournamentVote: LiquidityTournamentVoteAction,
delegate: DelegateAction,
delegatorVote: DelegatorVoteAction,
undelegate: UndelegateAction,
Expand Down

0 comments on commit 9db92b9

Please sign in to comment.