Skip to content

Commit d882a8a

Browse files
committed
Fix prop name
1 parent bd3d9ce commit d882a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const defaultProps = {
2727
cwCookie: '',
2828
user: {},
2929
locale: 'en',
30-
customattributes: {},
30+
customAttributes: {},
3131
};
3232

3333
const ChatWootWidget = ({

0 commit comments

Comments
 (0)