Skip to content

Commit

Permalink
세션 목록 이미지 필드 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
golony6449 committed Aug 9, 2023
1 parent 5da1da6 commit 3a43507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/session/sessonList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const ListItem = (props: SessionList) => {
<ItemContainer>
<ImageBox>
<Image
src={props.user?.profile_img ?? '/images/Logo.png'}
src={props.host_profile_image ?? '/images/Logo.png'}
width={100}
height={100}
alt={'profile image'}
Expand Down

0 comments on commit 3a43507

Please sign in to comment.