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 { ...@@ -398,7 +398,7 @@ export default {
class="files d-flex" class="files d-flex"
> >
<div <div
v-show="showTreeList" v-if="showTreeList"
:style="{ width: `${treeWidth}px` }" :style="{ width: `${treeWidth}px` }"
class="diff-tree-list js-diff-tree-list mr-3" 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