Skip to content

Commit

Permalink
disable swap on bETH
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalsine85 committed Apr 4, 2023
1 parent 1e2378b commit af315fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/baskets/components/BasketButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const BasketButtons: React.FC<BasketButtonsProps> = ({ basket, swapLink }) => {
</div>
<div>
<a href={`${swapLink}`} target='_blank' rel='noreferrer'>
<Button fullWidth text='Swap' />
<Button fullWidth text='Swap' disabled={basket.name === 'bETH'} />
</a>
</div>
</div>
Expand Down

0 comments on commit af315fa

Please sign in to comment.