Commit 46f44fab authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Add feature_helper to tidy up feature flag queries

parent 8d454b8e
import Cookies from 'js-cookie';
function isNewRepo() {
return Cookies.get('new_nav') === 'true';
}
const FeatureHelper = {
isNewRepo,
};
export default FeatureHelper;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment