diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/result.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/result.ejs b/views/result.ejs index b4ba849..47ecdee 100644 --- a/views/result.ejs +++ b/views/result.ejs @@ -17,7 +17,7 @@ </tr> </thead> <tbody class="table-group-divider"> - <% results.data.forEach(result => { %> + <% results.forEach(result => { %> <tr> <td class="text-start text-white limit-text"><%= result.name %></td> <td class="text-white"><%= functions.getCategory(parseInt(result.category)) %></td> |