Update dependency node to v18 #15

Closed
renovate-bot wants to merge 48 commits from renovate/node-18.x into master
Showing only changes of commit 3ba5ebcb53 - Show all commits

View File

@ -63,7 +63,7 @@
<td><a href="users/{user.login}" style="text-decoration: none">{user.login}</a></td>
{#each surveys as survey (survey.id)}
{#if survey.corrected && (promo === null || survey.promo == promo)}
<td>{grades[user.id] && grades[user.id][survey.id]?grades[user.id][survey.id]:"N/A"}</td>
<td>{grades[user.id] && grades[user.id][survey.id]?grades[user.id][survey.id]:""}</td>
{/if}
{/each}
</tr>