Skip to content

Commit

Permalink
feat: zero slippage option (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
sander2 authored Aug 14, 2023
1 parent c5fc5ed commit e9f6136
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/SlippageManager/SlippageManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ const SlippageManager = forwardRef<HTMLDivElement, SlippageManagerProps>(
onSelectionChange={handleSelectionChange}
defaultSelectedKeys={[value.toString()]}
>
<ListItem textValue='0' key='0'>
0%
</ListItem>
<ListItem textValue='0.1' key='0.1'>
0.1%
</ListItem>
Expand Down

2 comments on commit e9f6136

@vercel
Copy link

@vercel vercel bot commented on e9f6136 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e9f6136 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.