FIX: missing text on sendMAX dialog box confirmation

This commit is contained in:
Overtorment 2020-07-28 16:24:12 +01:00
parent 1d8cbcf4b2
commit 4b1e288d4b

View file

@ -966,7 +966,7 @@ export default class SendDetails extends Component {
ReactNativeHapticFeedback.trigger('notificationWarning');
Alert.alert(
loc.send.details_adv_full,
loc.send.details_adv_full_sure + ' ' + this.state.addresses.length > 1 ? loc.send.details_adv_full_remove : '',
loc.send.details_adv_full_sure + ' ' + (this.state.addresses.length > 1 ? loc.send.details_adv_full_remove : ''),
[
{
text: loc._.ok,