Skip to content

Commit

Permalink
Show 'All' auctions by default (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime authored Aug 2, 2024
1 parent 18aeef9 commit 6d02104
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-toys-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'minifront': patch
---

show all auctions by default
2 changes: 1 addition & 1 deletion apps/minifront/src/state/swap/dutch-auction/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const INITIAL_STATE: State = {
maxOutput: '',
txInProgress: false,
auctionInfos,
filter: 'active',
filter: 'all',
estimateLoading: false,
estimatedOutput: undefined,
};
Expand Down

0 comments on commit 6d02104

Please sign in to comment.