diff --git a/src/components/Layout/Layout.tsx b/src/components/Layout/Layout.tsx
index 0ac4e8e01a3..1f7bb77bd8f 100644
--- a/src/components/Layout/Layout.tsx
+++ b/src/components/Layout/Layout.tsx
@@ -283,7 +283,8 @@ export const Layout = ({
)}
{(asPathWithNoHash.includes('/push-notifications/') ||
- asPathWithNoHash.includes('/analytics/')) && (
+ asPathWithNoHash.includes('/analytics/') ||
+ asPathWithNoHash.includes('/in-app-messaging/')) && (
)}
{children}