fix repo_loading_file_spec tests

This commit is contained in:
Mike Greiling 2017-08-07 21:52:15 -05:00
parent 6b2c08d6df
commit 0b2ad8302d
1 changed files with 1 additions and 1 deletions

View File

@ -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>