Commit e7b64e68 authored by Phil Hughes's avatar Phil Hughes

Changes the conditional render of the tree component on diffs

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/223086
parent 7196be85
......@@ -398,7 +398,7 @@ export default {
class="files d-flex"
>
<div
v-show="showTreeList"
v-if="showTreeList"
:style="{ width: `${treeWidth}px` }"
class="diff-tree-list js-diff-tree-list mr-3"
>
......
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