function ChangingFullAmountAlert() { return ( } confirmButtonText={} intent={Intent.WARNING} isOpen={amountChangeAlert} onCancel={handleCancelAmountChangeAlert} onConfirm={handleConfirmAmountChangeAlert} >

) }