Skip to content

Commit

Permalink
Merge pull request #140 from pythonkr/dev
Browse files Browse the repository at this point in the history
운영반영
  • Loading branch information
golony6449 authored Aug 9, 2023
2 parents 3c5bd92 + e50e980 commit ec246fc
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 ec246fc

Please sign in to comment.