Fix small router bug

This commit is contained in:
Ramon Wenger 2023-02-14 15:24:12 +01:00
parent 81d19f0cac
commit 46d42eb279
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
v-html="feedbackText"
/>
</template>
<template v-if="!isStudent">
<template v-if="!isStudent && assignment.id">
<router-link
:to="{ name: 'submissions', params: { id: assignment.id } }"
class="button button--primary"