🐛 Fixes #456
This commit is contained in:
parent
21041fc6da
commit
3ee2bae78d
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@
|
|||
</span>
|
||||
<span
|
||||
class="request"
|
||||
v-for="(request, index) in collection.folders"
|
||||
v-for="(request, index) in collection.requests"
|
||||
:key="`request-${index}`"
|
||||
>
|
||||
<h4>
|
||||
|
|
|
|||
Loading…
Reference in a new issue