Skip to content

Commit ca1a2d7

Browse files
authored
fix next button appearance after last activity
1 parent 9a9ea3d commit ca1a2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Survey/Survey.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div v-else>
88
<div class="text-center" v-if="complete && autoAdvance">
99
<div v-if="isVis">
10-
<p v-if="complete">
10+
<p v-if="complete && currentActivityIndex < listShow.length">
1111
{{ $t('review-and-next')}}</p>
1212
<b-button v-if="nextActivity[activityUrl]" variant="danger" @click="nextActivity1">{{ $t('next-button')}}</b-button>
1313
</div>

0 commit comments

Comments
 (0)