From 4b042c89febd8d0ce20a0861d84f8059d6bfc09f Mon Sep 17 00:00:00 2001 From: Ha Huynh Date: Thu, 3 Oct 2019 23:09:16 +0700 Subject: [PATCH] Profile: Fix issue with user profile not showing more than sessions some times (#19578) * fix crashing * refix crashing profile page --- .../app/features/profile/ReactProfileWrapper.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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 && ( + + )} ); }}