diff --git a/src/renderer/js/component/shapeShift/internal/active-shift.jsx b/src/renderer/js/component/shapeShift/internal/active-shift.jsx index cd8577261..baab82194 100644 --- a/src/renderer/js/component/shapeShift/internal/active-shift.jsx +++ b/src/renderer/js/component/shapeShift/internal/active-shift.jsx @@ -72,8 +72,7 @@ class ActiveShapeShift extends React.PureComponent {

Send up to{" "} - {originCoinDepositMax}{" "} - {shiftCoinType} + {originCoinDepositMax} {shiftCoinType} {" "} to the address below.

@@ -109,9 +108,9 @@ class ActiveShapeShift extends React.PureComponent {

)} -
+
{ onBlur={handleBlur} value={values.returnAddress} errorMessage={errors.returnAddress} - hasError={touched.returnAddress && errors.returnAddress} + hasError={touched.returnAddress && !!errors.returnAddress} /> @@ -95,7 +95,7 @@ export default (props: Props) => { {__("to this address if the transaction doesn't go through.")} -
+