Skip to content

Commit

Permalink
fix: wrong button title when using refuel variant (LF-8221)
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed May 13, 2024
1 parent f831491 commit dd21203
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/widget/src/pages/MainPage/ReviewButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ export const ReviewButton: React.FC = () => {
switch (subvariant) {
case 'custom':
return t(`button.reviewPurchase`);
case 'refuel':
return t(`button.reviewBridge`);
default:
const transactionType =
currentRoute.fromChainId === currentRoute.toChainId
Expand Down

0 comments on commit dd21203

Please sign in to comment.