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)} );