Commit f600cad3 authored by Chris Garrity's avatar Chris Garrity

Put new help widget back behind feature flag

parent 22747712
...@@ -8,7 +8,7 @@ const render = require('../../lib/render.jsx'); ...@@ -8,7 +8,7 @@ const render = require('../../lib/render.jsx');
const HelpForm = require('../../components/helpform/helpform.jsx'); const HelpForm = require('../../components/helpform/helpform.jsx');
const HelpWidget = require('../../components/helpwidget/helpwidget.jsx'); const HelpWidget = require('../../components/helpwidget/helpwidget.jsx');
const CONTACT_US_POPUP = true; const {CONTACT_US_POPUP} = require('../../lib/feature-flags.js');
const InformationPage = require('../../components/informationpage/informationpage.jsx'); const InformationPage = require('../../components/informationpage/informationpage.jsx');
require('./contact-us.scss'); require('./contact-us.scss');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment