Skip to content

Commit

Permalink
fix: not showing feed certification icon on the sidebar (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
GetToSet authored Nov 6, 2024
1 parent e0d3e17 commit b395891
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/renderer/src/modules/feed-column/item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ const FeedItemImpl = ({ view, feedId, className }: FeedItemProps) => {
url: feed.url,
image: feed.image,
siteUrl: feed.siteUrl,
ownerUserId: feed.ownerUserId,
owner: feed.owner,
}
})

Expand Down

0 comments on commit b395891

Please sign in to comment.