Skip to content

Commit

Permalink
Merge branch 'fix/add-email-in-weni-webchat' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuseduardomedeiros committed Sep 2, 2024
2 parents 703f085 + 0a23b07 commit f61f48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export default {
'currentOrg.uuid': {
immediate: true,
handler(newUuid) {
if (newUuid)
if (newUuid && this.currentOrg.show_chat_help)
initWebChat(this.accountProfile.email, this.currentOrg.name);
},
},
Expand Down

0 comments on commit f61f48c

Please sign in to comment.