Skip to content

Commit

Permalink
Merge pull request #139 from golony6449/feature/golony/timetable-hype…
Browse files Browse the repository at this point in the history
…rlink

세션 목록 이미지 필드 변경
  • Loading branch information
golony6449 authored Aug 9, 2023
2 parents 5da1da6 + 3a43507 commit e50e980
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 e50e980

Please sign in to comment.