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
@@ -65,7 +65,7 @@ export function Members(props) {
<Table.Cell>
<img
className='photo-small'
src={x.photo_small ? staticUrl + '/' + x.photo_small : 'nophoto.png'}
src={x.photo_small ? staticUrl + '/' + x.photo_small : '/nophoto.png'}
/>
</Table.Cell>
<Table.Cell>{x.preferred_name} {x.last_name}</Table.Cell>