Commit 9b97972e authored by Phil Hughes's avatar Phil Hughes

Fixes the file row icons hiding when the shouldn't be

parent 50f7d343
...@@ -141,7 +141,7 @@ export default { ...@@ -141,7 +141,7 @@ export default {
data-qa-selector="file_name_link" data-qa-selector="file_name_link"
> >
<i <i
v-if="!loadingPath" v-if="path !== loadingPath"
:aria-label="type" :aria-label="type"
role="img" role="img"
:class="iconName" :class="iconName"
......
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