Bug: Show helper description for code in finish setup page (#532)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
parent
330bf87f08
commit
91f8b4a650
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export default {
|
|||
);
|
||||
},
|
||||
message() {
|
||||
if (!this.$route.params.website_token) {
|
||||
if (!this.currentInbox.website_token) {
|
||||
return this.$t('INBOX_MGMT.FINISH.MESSAGE');
|
||||
}
|
||||
return this.$t('INBOX_MGMT.FINISH.WEBSITE_SUCCESS');
|
||||
|
|
Loading…
Reference in a new issue