|
@ -38,7 +38,7 @@ export const UTXOCacheInfoRender = function(refreshCacheData, isReadyToUpdate, w |
|
|
); |
|
|
); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
export const SendCoinResponseRender = function () { |
|
|
export const SendCoinResponseRender = function() { |
|
|
if (this.props.ActiveCoin.lastSendToResponse) { |
|
|
if (this.props.ActiveCoin.lastSendToResponse) { |
|
|
let items = []; |
|
|
let items = []; |
|
|
const _response = this.props.ActiveCoin.lastSendToResponse; |
|
|
const _response = this.props.ActiveCoin.lastSendToResponse; |
|
@ -105,7 +105,7 @@ export const SendCoinResponseRender = function () { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
export const OASendUIRender = function () { |
|
|
export const OASendUIRender = function() { |
|
|
return ( |
|
|
return ( |
|
|
<div className="row"> |
|
|
<div className="row"> |
|
|
<div className="col-lg-6 form-group form-material"> |
|
|
<div className="col-lg-6 form-group form-material"> |
|
@ -134,7 +134,7 @@ export const OASendUIRender = function () { |
|
|
); |
|
|
); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
export const SendApiTypeSelectorRender = function () { |
|
|
export const SendApiTypeSelectorRender = function() { |
|
|
return ( |
|
|
return ( |
|
|
<div className="row"> |
|
|
<div className="row"> |
|
|
<div className="col-lg-10 margin-bottom-10"> |
|
|
<div className="col-lg-10 margin-bottom-10"> |
|
@ -158,7 +158,7 @@ export const SendApiTypeSelectorRender = function () { |
|
|
); |
|
|
); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
export const SendCoinRender = function () { |
|
|
export const SendCoinRender = function() { |
|
|
return ( |
|
|
return ( |
|
|
<div className="col-sm-12 padding-top-10"> |
|
|
<div className="col-sm-12 padding-top-10"> |
|
|
<div className="col-xlg-12 col-md-12 col-sm-12 col-xs-12"> |
|
|
<div className="col-xlg-12 col-md-12 col-sm-12 col-xs-12"> |
|
|