Commit 168db506 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Corrected feature_helper isNewRepo query

parent efabd07c
import Cookies from 'js-cookie';
function isNewRepo() {
return Cookies.get('new_nav') === 'true';
return Cookies.get('new_repo') === 'true';
}
const 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