diff --git a/components/AmountInput.tsx b/components/AmountInput.tsx index 9c5d6db8c..a63e45414 100644 --- a/components/AmountInput.tsx +++ b/components/AmountInput.tsx @@ -143,14 +143,16 @@ export default class AmountInput extends React.Component< return ( - - {title} - + {title && ( + + {title} + + )} - + { }} style={{ flex: 1, - paddingVertical: 10, paddingHorizontal: 15, paddingRight: 40 }}