diff --git a/apps/wallet-mobile/src/features/Swap/common/AmountCard/AmountCard.tsx b/apps/wallet-mobile/src/features/Swap/common/AmountCard/AmountCard.tsx index 5ac728b794..366b2a2efe 100644 --- a/apps/wallet-mobile/src/features/Swap/common/AmountCard/AmountCard.tsx +++ b/apps/wallet-mobile/src/features/Swap/common/AmountCard/AmountCard.tsx @@ -22,7 +22,7 @@ type Props = { touched?: boolean inputRef?: React.RefObject inputEditable?: boolean - error?: string + error: string | null testID?: string } diff --git a/apps/wallet-mobile/translations/messages/src/features/Swap/common/AmountCard/AmountCard.json b/apps/wallet-mobile/translations/messages/src/features/Swap/common/AmountCard/AmountCard.json index 02f09ae09e..f90586243e 100644 --- a/apps/wallet-mobile/translations/messages/src/features/Swap/common/AmountCard/AmountCard.json +++ b/apps/wallet-mobile/translations/messages/src/features/Swap/common/AmountCard/AmountCard.json @@ -6,12 +6,12 @@ "start": { "line": 138, "column": 15, - "index": 4454 + "index": 4460 }, "end": { "line": 141, "column": 3, - "index": 4537 + "index": 4543 } }, { @@ -21,12 +21,12 @@ "start": { "line": 142, "column": 18, - "index": 4557 + "index": 4563 }, "end": { "line": 145, "column": 3, - "index": 4646 + "index": 4652 } } ] \ No newline at end of file