Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Turn off the new tabs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mturley committed Jan 17, 2019
1 parent f441d25 commit 0ba0bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/react/screens/App/Settings/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Settings = props => {
);

// TODO remove this when we are ready to release ConversionHostsSettings
const hideConversionHostSettings = false;
const hideConversionHostSettings = true;

return (
<React.Fragment>
Expand Down

0 comments on commit 0ba0bcd

Please sign in to comment.