Merge pull request #3863 from LLK/release/2020-05-09

[Develop] Release 2020-05-07
This commit is contained in:
Karishma Chadha 2020-05-07 17:32:52 -04:00 committed by GitHub
commit 3a2efeffe5
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');