Skip to content

Commit

Permalink
Feat : relpace estimate login logic #164
Browse files Browse the repository at this point in the history
  • Loading branch information
HOOOO98 committed Jan 24, 2024
1 parent ad73b18 commit 25c44a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SideBar/SideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function SideBar({isSideOpen, sideClose}: SideBarProps) {
const {data: myInfo} = useGetMyInfo(isSideOpen);

if (!myInfo) {
return <div>로딩 중...</div>;
return <div></div>;
}
return (
<>
Expand Down

0 comments on commit 25c44a6

Please sign in to comment.