Skip to content

Commit

Permalink
fix: refuel variant should show get gas review button
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jul 22, 2024
1 parent 6585723 commit 587bbda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/widget/src/pages/MainPage/ReviewButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ export const ReviewButton: React.FC = () => {
switch (subvariant) {
case 'custom':
return t(`button.reviewPurchase`);
case 'refuel':
return t(`button.getGas`);
default:
const transactionType =
currentRoute.fromChainId === currentRoute.toChainId
Expand Down

0 comments on commit 587bbda

Please sign in to comment.