Skip to content

Commit

Permalink
[Feat] [GGFE-217] 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangmin Park authored and Sangmin Park committed Aug 31, 2023
1 parent 63c4be8 commit 897ac65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Layout/MenuBar/MenuBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const MenuProfile = () => {
>
<PlayerImage
src={user.userImageUri}
styleName={`menuPageProfile ${
styleName={`menuProfile ${
user.edge ? user.edge.toLowerCase() : 'basic'
}`}
size={18}
Expand Down
2 changes: 1 addition & 1 deletion hooks/Layout/useGetUserSeason.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SeasonList } from 'types/seasonTypes';
import { userState } from 'utils/recoil/layout';
import { loginState } from 'utils/recoil/login';
import { seasonListState } from 'utils/recoil/seasons';
import useAxiosGet, { useMockAxiosGet } from 'hooks/useAxiosGet';
import useAxiosGet from 'hooks/useAxiosGet';

const useGetUserSeason = (presentPath: string) => {
const [user, setUser] = useRecoilState<User>(userState);
Expand Down

0 comments on commit 897ac65

Please sign in to comment.