jam411 3 лет назад
Родитель
Сommit
474687cf1c
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      packages/app/src/components/User/UserInfo.tsx

+ 1 - 0
packages/app/src/components/User/UserInfo.tsx

@@ -11,6 +11,7 @@ export type UserInfoProps = {
 }
 
 export const UserInfo = (props: UserInfoProps): JSX.Element => {
+
   const { pageUser } = props;
 
   // Do not display when the user does not exist