Add 404 image

This commit is contained in:
2020-01-11 06:57:08 +00:00
parent 946c70d776
commit 5f486695ba
5 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ function MemberInfo(props) {
<Grid.Column width={6}>
<img
className='photo-medium'
src={member.photo_medium ? staticUrl + '/' + member.photo_medium : 'nophoto.png'} size='small'
src={member.photo_medium ? staticUrl + '/' + member.photo_medium : '/nophoto.png'} size='small'
/>
</Grid.Column>