This commit is contained in:
Overtorment 2018-10-31 20:34:12 +00:00
parent 4a1e725730
commit ce460833e9

View file

@ -13,6 +13,7 @@ import {
SafeBlueArea,
BlueCard,
BlueNavigationStyle,
BlueSpacing20,
} from '../../BlueComponents';
import { RadioGroup, RadioButton } from 'react-native-flexi-radio-button';
import PropTypes from 'prop-types';
@ -162,6 +163,12 @@ export default class WalletsAdd extends Component {
</RadioGroup>
</View>
);
} else {
return (
<View>
<BlueSpacing20 />
</View>
);
}
})()}
</View>