Skip to content

Commit

Permalink
feat(posts): apply post sender display sub hanlde data to author prop…
Browse files Browse the repository at this point in the history
…/attribute to display zid or wallet address (#2205)
  • Loading branch information
domw30 authored Aug 24, 2024
1 parent 2a883f0 commit c3625e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/messenger/feed/components/posts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const Posts = ({ postMessages }) => {
text={post.message}
nickname={post.sender.firstName}
timestamp={post.createdAt}
author={post.sender.displaySubHandle}
/>
</li>
))}
Expand Down

0 comments on commit c3625e7

Please sign in to comment.