Skip to content

Commit

Permalink
fix user icons on projects show recent obs for v2 api
Browse files Browse the repository at this point in the history
  • Loading branch information
pleary committed Oct 11, 2022
1 parent 6eb463d commit 56a7e4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/webpack/projects/show/ducks/project.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ const OBSERVATION_FIELDS = {
user: {
id: true,
login: true,
name: true
name: true,
icon_url: true
}
};

Expand Down

0 comments on commit 56a7e4e

Please sign in to comment.