BigW Consortium Gitlab

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