mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 06:52:41 +01:00
Update details.js
This commit is contained in:
parent
4f4d23f1d3
commit
57b0ab8aba
1 changed files with 1 additions and 2 deletions
|
@ -400,7 +400,7 @@ const ReceiveDetails = () => {
|
|||
</View>
|
||||
<BlueSpacing20 />
|
||||
<View style={styles.modalButtonContainer}>
|
||||
<Button
|
||||
<Button
|
||||
testID="CustomAmountResetButton"
|
||||
style={[styles.modalButton, stylesHook.modalButton]}
|
||||
title={loc.receive.reset}
|
||||
|
@ -413,7 +413,6 @@ const ReceiveDetails = () => {
|
|||
title={loc.receive.details_create}
|
||||
onPress={createCustomAmountAddress}
|
||||
/>
|
||||
|
||||
</View>
|
||||
<BlueSpacing20 />
|
||||
</View>
|
||||
|
|
Loading…
Add table
Reference in a new issue