Commit 4dc1f5c3 authored by Michael Kozono's avatar Michael Kozono

Remove auto-duplicated chunk

parent 1bb21af9
......@@ -70,15 +70,6 @@ export default {
);
},
},
computed: {
sortedEnvironments() {
return this.sortEnvironments(this.environments).map(env =>
this.shouldRenderFolderContent(env)
? { ...env, children: this.sortEnvironments(env.children) }
: env,
);
},
},
methods: {
folderUrl(model) {
return `${window.location.pathname}/folders/${model.folderName}`;
......
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