mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
Merge branch 'master' of github.com:BlueWallet/BlueWallet
This commit is contained in:
commit
15488b668f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export default class WalletDetails extends Component {
|
|||
headerRight: (
|
||||
<TouchableOpacity
|
||||
disabled={navigation.getParam('isLoading') === true}
|
||||
style={{ marginHorizontal: 16, height: 40, width: 40, justifyContent: 'center', alignItems: 'center' }}
|
||||
style={{ marginHorizontal: 16, height: 40, width: 120, justifyContent: 'center', alignItems: 'center' }}
|
||||
onPress={() => {
|
||||
if (navigation.state.params.saveAction) {
|
||||
navigation.getParam('saveAction')();
|
||||
|
|
Loading…
Add table
Reference in a new issue