Skip to content

Commit

Permalink
hide 'previous queston' button on first question
Browse files Browse the repository at this point in the history
  • Loading branch information
manuGil committed Feb 19, 2024
1 parent 279b6a2 commit b8fc132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/survey/[_id]/[_question].vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</div>
<!-- Navigation -->
<v-card-actions>
<v-btn @click="prevQuestion" color="primary" variant="outlined">
<v-btn v-show="current_question_index > 1" @click="prevQuestion" color="primary" variant="outlined">
<i class="fa-solid fa-arrow-left"></i>
<span class="q-pa-sm">Previous Question</span>
</v-btn>
Expand Down

0 comments on commit b8fc132

Please sign in to comment.