Skip to content

Commit

Permalink
🐛 fix: Properly set chat open icon for existing solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed Nov 24, 2020
1 parent cbd2366 commit f030833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const fixSolution = solution => {
}

if (!("chatOpenIcon" in solution)) {
solution.enableTts = solutionDefault.chatOpenIcon;
solution.chatOpenIcon = solutionDefault.chatOpenIcon;
}

if (!("enableTts" in solution)) {
Expand Down

0 comments on commit f030833

Please sign in to comment.