diff --git a/shared/features/amount-selector/amount-selector.tsx b/shared/features/amount-selector/amount-selector.tsx index 689d1377..87db8c21 100644 --- a/shared/features/amount-selector/amount-selector.tsx +++ b/shared/features/amount-selector/amount-selector.tsx @@ -110,7 +110,8 @@ export function AmountSelector({ onChange={handleChangeAmount} readOnly={readOnly} placeholder={"_"} - autoFocus={!readOnly} + // COMMENT THIS BECAUSE IT CAUSES A TRANSLATE ERROR ON DRAWERS + // autoFocus={!readOnly} />