Commit 183db8aa authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'ph/223086/changeConditionalRenderDiffTree' into 'master'

Changes the conditional render of the tree component on diffs

Closes #223086

See merge request gitlab-org/gitlab!35013
parents cab25d36 e7b64e68
...@@ -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