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 {
data-qa-selector="file_name_link"
>
<i
v-if="!loadingPath"
v-if="path !== loadingPath"
:aria-label="type"
role="img"
: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