mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Update coinControl.js
This commit is contained in:
parent
b46f7cc234
commit
be5afdca10
@ -241,10 +241,6 @@ const OutputModalContent = ({ output, wallet, onUseCoin, frozen, setFrozen }) =>
|
||||
switch={switchValue}
|
||||
/>
|
||||
<BlueSpacing20 />
|
||||
<View style={mStyles.buttonContainer}>
|
||||
<Button testID="UseCoin" title={loc.cc.use_coin} onPress={() => onUseCoin([output])} />
|
||||
</View>
|
||||
<BlueSpacing20 />
|
||||
</>
|
||||
);
|
||||
};
|
||||
@ -424,6 +420,11 @@ const CoinControl = () => {
|
||||
setOutput(false);
|
||||
}}
|
||||
backgroundColor={colors.elevated}
|
||||
footer={
|
||||
<View style={mStyles.buttonContainer}>
|
||||
<Button testID="UseCoin" title={loc.cc.use_coin} onPress={() => handleUseCoin([output])} />
|
||||
</View>
|
||||
}
|
||||
contentContainerStyle={styles.modalContent}
|
||||
>
|
||||
{output && renderOutputModalContent()}
|
||||
|
Loading…
Reference in New Issue
Block a user