Skip to content

Commit

Permalink
Update src/api/planet/src/util.js
Browse files Browse the repository at this point in the history
Co-authored-by: Duc Manh <[email protected]>
  • Loading branch information
humphd and DukeManh committed Apr 12, 2022
1 parent a9e9805 commit 1fad420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/planet/src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports.getFeeds = async () => {
return sort(
data.map((feed) => ({
// Prefer the a user's display name if present, fallback to wiki name otherwise
author: feed.display_name || feed.wiki_author_name,
author: feed.telescope_profiles?.display_name || feed.wiki_author_name,
url: feed.url,
}))
);
Expand Down

0 comments on commit 1fad420

Please sign in to comment.