Skip to content

Commit 6602c01

Browse files
authored
Update README.md
Add missing parenthesis
1 parent 99a9b47 commit 6602c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ Sets a listener for listed events:
826826

827827
```javascript
828828
useEffect(() => {
829-
const listener = Intercom.addEventListener('IntercomUnreadConversationCountDidChangeNotification', ({count}) => alert(count);
829+
const listener = Intercom.addEventListener('IntercomUnreadConversationCountDidChangeNotification', ({count}) => alert(count));
830830
return () => {
831831
listener.remove();
832832
}

0 commit comments

Comments
 (0)