Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-08-08 05:52:15 +0300
committerMike Greiling <mike@pixelcog.com>2017-08-08 06:08:54 +0300
commit0b2ad8302d15a3de4d19cb586b2947d28af6161b (patch)
tree5496ab54fec8d5cb751bd837a3e43b18e4eca5b9 /app
parent6b2c08d6dfbdb77d1d392f68c9db0af5d0a7f7c8 (diff)
fix repo_loading_file_spec tests
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/repo/components/repo_loading_file.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/repo/components/repo_loading_file.vue b/app/assets/javascripts/repo/components/repo_loading_file.vue
index 31bdeac8b5c..38e9f16d041 100644
--- a/app/assets/javascripts/repo/components/repo_loading_file.vue
+++ b/app/assets/javascripts/repo/components/repo_loading_file.vue
@@ -29,7 +29,7 @@ export default RepoLoadingFile;
</script>
<template>
-<tr v-if="!hasFiles" class="loading-file">
+<tr v-if="loading.tree && !hasFiles" class="loading-file">
<td>
<div class="animation-container animation-container-small">
<div v-for="n in 6" :class="lineOfCode(n)" :key="n"></div>