Skip to content

Commit

Permalink
Add showTopBar option to genetics/src/config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alepev committed Jun 5, 2023
1 parent 0a9975f commit a4c67ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/genetics/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const config = {
platformUrl: window.configPlatformUrl
? window.configPlatformUrl.replace(/\/$/, '')
: 'https://platform.opentargets.org',
showTopBar: window.configShowTopBar ?? false,
};

export default config;

0 comments on commit a4c67ac

Please sign in to comment.