diff --git a/public/app/AppWrapper.tsx b/public/app/AppWrapper.tsx index 95c0477196a..73a370a25dc 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) => (