diff --git a/js/components/whitelabel/wallet/components/market/market_detail/market_further_details.js b/js/components/whitelabel/wallet/components/market/market_detail/market_further_details.js index 064936c9..811cfa7f 100644 --- a/js/components/whitelabel/wallet/components/market/market_detail/market_further_details.js +++ b/js/components/whitelabel/wallet/components/market/market_detail/market_further_details.js @@ -2,7 +2,7 @@ import React from 'react'; -import MarketAdditionalDataForm from '../market_forms/market_additional_data_form' +import MarketAdditionalDataForm from '../market_forms/market_additional_data_form'; let MarketFurtherDetails = React.createClass({ propTypes: { @@ -14,6 +14,13 @@ let MarketFurtherDetails = React.createClass({ otherData: React.PropTypes.arrayOf(React.PropTypes.object) }, + getDefaultProps() { + // Override MarketAdditionalDataForm's default `editable` setting of true + return { + editable: false + }; + }, + render() { return (