Commit bf09df3d authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Add key for v-for repo-loading-file in repo_sidebar

parent dac3228f
......@@ -96,6 +96,7 @@ export default RepoSidebar;
@linkclicked="linkClicked(prevURL)"/>
<repo-loading-file
v-for="n in 5"
:key="n"
:loading="loading"
:has-files="!!files.length"
:is-mini="isMini"/>
......
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