Allow base referral URL to be configurable

This commit is contained in:
Luke Barnard 2017-01-31 15:17:43 +00:00
parent c2b0c603c0
commit c261ca1f5e
2 changed files with 5 additions and 1 deletions

View file

@ -171,6 +171,7 @@ export default React.createClass({
brand={this.props.config.brand}
collapsedRhs={this.props.collapse_rhs}
enableLabs={this.props.config.enableLabs}
referralBaseUrl={this.props.config.referralBaseUrl}
/>;
if (!this.props.collapse_rhs) right_panel = <RightPanel opacity={this.props.sideOpacity}/>;
break;