Skip to content

Commit 6b03661

Browse files
committed
feat: profile Api 호출 이후에 streak 호출하게 변경
1 parent af212c0 commit 6b03661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/summoner-page/_components/summoner-content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const SummonerContent = () => {
2525
<>
2626
<UserInfoBox id={id} tag={tag} />
2727
<TierBox id={id} tag={tag} />
28-
<JandiBox />
28+
{!isFetching && <JandiBox />}
2929
</>
3030
);
3131
};

0 commit comments

Comments
 (0)