Skip to content

Commit

Permalink
Update ClaimRewards.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
atn4z7 committed Nov 25, 2024
1 parent 16d935c commit 47a00de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core-mobile/app/screens/earn/ClaimRewards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const ClaimRewards = (): JSX.Element | null => {
/>
{excessiveNetworkFee && (
<Text
testID="error_msg"
testID="excessive_fee_error_msg"
variant="body2"
sx={{ color: '$dangerMain' }}>
{SendErrorMessage.EXCESSIVE_NETWORK_FEE}
Expand All @@ -239,7 +239,7 @@ const ClaimRewards = (): JSX.Element | null => {
.toLowerCase()
.includes('insufficient funds: provided utxos need') && (
<Text
testID="error_msg"
testID="insufficent_balance_error_msg"
variant="body2"
sx={{ color: '$dangerMain' }}>
{SendErrorMessage.INSUFFICIENT_BALANCE_FOR_FEE}
Expand Down

0 comments on commit 47a00de

Please sign in to comment.