Commit ee430942 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'immediately-show-parent-row' into 'master'

Immediately show parent row

See merge request gitlab-org/gitlab!66176
parents 6525bb1f f5f66238
......@@ -70,7 +70,7 @@ export default {
);
},
showParentRow() {
return !this.isLoading && ['', '/'].indexOf(this.path) === -1;
return ['', '/'].indexOf(this.path) === -1;
},
},
methods: {
......
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