Skip to content

Commit

Permalink
Should pass language
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Jul 31, 2019
1 parent 76f9011 commit 8c56cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/component/src/ErrorBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ ErrorBox.propTypes = {
}).isRequired
};

export default connectToWebChat(({ styleSet }) => ({ styleSet }))(ErrorBox);
export default connectToWebChat(({ language, styleSet }) => ({ language, styleSet }))(ErrorBox);

0 comments on commit 8c56cf9

Please sign in to comment.