diff --git a/public/app/features/profile/ReactProfileWrapper.tsx b/public/app/features/profile/ReactProfileWrapper.tsx index 9ee63febd5a..858328f6544 100644 --- a/public/app/features/profile/ReactProfileWrapper.tsx +++ b/public/app/features/profile/ReactProfileWrapper.tsx @@ -23,13 +23,15 @@ export const ReactProfileWrapper = () => ( )} - + {!states.loadUser && ( + + )} ); }}