We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9ea3d commit ca1a2d7Copy full SHA for ca1a2d7
src/components/Survey/Survey.vue
@@ -7,7 +7,7 @@
7
<div v-else>
8
<div class="text-center" v-if="complete && autoAdvance">
9
<div v-if="isVis">
10
- <p v-if="complete">
+ <p v-if="complete && currentActivityIndex < listShow.length">
11
{{ $t('review-and-next')}}</p>
12
<b-button v-if="nextActivity[activityUrl]" variant="danger" @click="nextActivity1">{{ $t('next-button')}}</b-button>
13
</div>
0 commit comments