- + {issueTypeConfig.header.eventNavigation.enabled && ( + + )} diff --git a/static/app/views/issueDetails/streamline/groupDetailsLayout.tsx b/static/app/views/issueDetails/streamline/groupDetailsLayout.tsx index 778505081bfa7e..6569f0ffd00443 100644 --- a/static/app/views/issueDetails/streamline/groupDetailsLayout.tsx +++ b/static/app/views/issueDetails/streamline/groupDetailsLayout.tsx @@ -84,13 +84,14 @@ export function GroupDetailsLayout({ {tourProps => (
- {groupReprocessingStatus !== ReprocessingStatus.REPROCESSING && ( - - - {/* Since the event details header is disabled, display the sidebar toggle here */} - {!hasFilterBar && } - - )} + {groupReprocessingStatus !== ReprocessingStatus.REPROCESSING && + issueTypeConfig.header.eventNavigation.enabled && ( + + + {/* Since the event details header is disabled, display the sidebar toggle here */} + {!hasFilterBar && } + + )} {children}