Skip to content

Commit

Permalink
Update Apps/APN/src/services/CustomerIOService.js
Browse files Browse the repository at this point in the history
Co-authored-by: ami-aman <[email protected]>
  • Loading branch information
mrehan27 and ami-aman authored Jul 20, 2023
1 parent dc10d47 commit f619905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/APN/src/services/CustomerIOService.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const registerInAppEventListener = () => {

case InAppMessageEventType.messageActionTaken:
onInAppEventReceived('messageActionTaken', event);
// Dismiss in app message message if the action is 'dismiss' or 'close'
// Dismiss in app message if the action is 'dismiss' or 'close'
if (event.actionValue === 'dismiss' || event.actionValue === 'close') {
inAppMessaging.dismissMessage();
}
Expand Down

0 comments on commit f619905

Please sign in to comment.