From 902d7af4e27c3570bb3507fcc1470246fb6cd9a4 Mon Sep 17 00:00:00 2001 From: Atabekov Farrukh <32008802+augini@users.noreply.github.com> Date: Tue, 28 May 2024 13:52:23 +0500 Subject: [PATCH] Fix: messenger button opens the messenger instead of tickets space (#202) The IntercomExpo sandbox demo has a small bug where the messenger button is opening the tickets space button. --- sandboxes/IntercomExpo/App.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sandboxes/IntercomExpo/App.js b/sandboxes/IntercomExpo/App.js index f2ae01f..cec7ae0 100644 --- a/sandboxes/IntercomExpo/App.js +++ b/sandboxes/IntercomExpo/App.js @@ -73,6 +73,7 @@ export default function App() { openCarousel, openSurvey, openMessageComposer, + openMessenger, } = useIntercom(); return ( @@ -123,7 +124,7 @@ export default function App() { MESSENGER