We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a56f20 commit 78986a6Copy full SHA for 78986a6
src/components/Layout/Layout.tsx
@@ -283,7 +283,8 @@ export const Layout = ({
283
<Gen1Banner currentPlatform={currentPlatform} />
284
)}
285
{(asPathWithNoHash.includes('/push-notifications/') ||
286
- asPathWithNoHash.includes('/analytics/')) && (
+ asPathWithNoHash.includes('/analytics/') ||
287
+ asPathWithNoHash.includes('/in-app-messaging/')) && (
288
<PinpointEOLBanner />
289
290
{children}
0 commit comments