Merge pull request #3867 from chrisgarrity/revert-help-feature-flag

Put new help widget back behind feature flag
This commit is contained in:
Karishma Chadha 2020-05-07 13:37:47 -04:00 committed by GitHub
commit 6aaf239df8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ const render = require('../../lib/render.jsx');
const HelpForm = require('../../components/helpform/helpform.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');
require('./contact-us.scss');