Fix removed toggle next button logic

This commit is contained in:
Kristóf Tóth 2018-04-20 16:01:43 +02:00
parent f9db92cd57
commit 28323e9bb1
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ export const config = {
},
messages: {
route: 'messages',
showNextButton: false
showNextButton: true
},
testmessenger: {
route: 'testmessenger'

View File

@ -1,7 +1,7 @@
<div class="tfw-messages-main">
<div class="tfw-grid-messages-header">
<div class="tao-grid-top-left"><span>Instructions</span></div>
<div class="tao-grid-center-right"><button class="tao-btn-rainbow">Next</button></div>
<div class="tao-grid-center-right"><button *ngIf="showNextButton" class="tao-btn-rainbow">Next</button></div>
</div>
<div class="tfw-grid-message" *ngFor="let message of messages.slice().reverse()">
<div class="tfw-grid-message-header">