From 93b82b7f6a87f34df1d7dc2fd0e667b7e05d39b4 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Fri, 29 Aug 2025 09:08:00 +0200 Subject: [PATCH] Profile: Fix rendering spinner after transition --- src/components/right/Profile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/right/Profile.tsx b/src/components/right/Profile.tsx index c392fd406..1a651f212 100644 --- a/src/components/right/Profile.tsx +++ b/src/components/right/Profile.tsx @@ -586,7 +586,7 @@ const Profile: FC = ({ const isSpinner = noContent && !noSpinner; return ( - + {renderSpinnerOrContent(noContent, noSpinner)} );