Browse Source

clean code

jam411 3 years ago
parent
commit
474687cf1c
1 changed files with 1 additions and 0 deletions
  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