diff --git a/public/app/AppWrapper.tsx b/public/app/AppWrapper.tsx index 47c00a004b7..b93f9f811b2 100644 --- a/public/app/AppWrapper.tsx +++ b/public/app/AppWrapper.tsx @@ -95,7 +95,7 @@ export class AppWrapper extends React.Component
- {newNavigationEnabled ? : } + {ready && <>{newNavigationEnabled ? : }}
{pageBanners.map((Banner, index) => (