diff --git a/apps/genetics/src/config.js b/apps/genetics/src/config.js index 748660a49..00f8b4812 100644 --- a/apps/genetics/src/config.js +++ b/apps/genetics/src/config.js @@ -8,6 +8,7 @@ const config = { platformUrl: window.configPlatformUrl ? window.configPlatformUrl.replace(/\/$/, '') : 'https://platform.opentargets.org', + showTopBar: window.configShowTopBar ?? false, }; export default config;