mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 06:52:41 +01:00
REF
This commit is contained in:
parent
4a1e725730
commit
ce460833e9
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue