Skip to content

Commit 5e56733

Browse files
committed
fix(users): copliot comment 반영
1 parent 736a2b9 commit 5e56733

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

next.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ const nextConfig: NextConfig = {
1111
{ protocol: "https", hostname: "static.toss.im" },
1212
{ protocol: "https", hostname: "windfall-bucket.s3.ap-northeast-2.amazonaws.com" },
1313
{ protocol: "https", hostname: "wind-fall.store" },
14+
{ protocol: "http", hostname: "img1.kakaocdn.net" },
1415
{ protocol: "http", hostname: "phinf.pstatic.net" },
15-
{ protocol: "https", hostname: "phinf.pstatic.net" },
1616
{ protocol: "http", hostname: "ssl.pstatic.net" },
17-
{ protocol: "https", hostname: "ssl.pstatic.net" },
1817
{ protocol: "http", hostname: "lh3.googleusercontent.com" },
18+
{ protocol: "https", hostname: "phinf.pstatic.net" },
19+
{ protocol: "https", hostname: "ssl.pstatic.net" },
1920
{ protocol: "https", hostname: "lh3.googleusercontent.com" },
2021
],
2122
},

src/widgets/user/ui/user-dashboard-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { useUserProfile } from "@/features/user/api/use-my-profile";
88

99
interface UserDashboardHeaderProps {
1010
targetUserId: number;
11-
initialData: UserProfileType; // 추가
11+
initialData?: UserProfileType; // initial user profile data used before fetching
1212
}
1313

1414
export function UserDashboardHeader({ targetUserId, initialData }: UserDashboardHeaderProps) {

0 commit comments

Comments
 (0)