Skip to content

Commit

Permalink
stale ref; satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Feb 19, 2025
1 parent aab25ae commit 3ac2a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/ActionView/action-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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, LiquidityTournmentVoteAction } from './actions/liquidity-tournament-vote';
import { LiquidityTournamentVoteAction } from './actions/liquidity-tournament-vote';

export interface ActionViewProps {
action: ActionViewMessage;
Expand Down

0 comments on commit 3ac2a91

Please sign in to comment.