Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
)}
{this.props.priceError && (
Current gas price could not be retrieved. Using last known price.
)}
{this.props.gasEstimateError && (
Gas limit could not be estimated. Using default.
)}
)
}
}
export default withGasEditorState(GasEditor)