Skip to content

Commit

Permalink
Merge pull request #2875 from ecency/nt/reblog-fix
Browse files Browse the repository at this point in the history
Nt/Reblog Fix
  • Loading branch information
feruzm authored May 19, 2024
2 parents 7bebf35 + 8098348 commit 9aaf62b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/postView/container/postDisplayContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,14 @@ const PostDisplayContainer = ({
};

const _handleOnReblogsPress = () => {
if (post.reblogs > 0) {
navigation.navigate({
name: ROUTES.SCREENS.REBLOGS,
params: {
reblogs,
author,
permlink,
},
key: post.permlink + post.reblogs.length,
} as never);
}
};

const _handleOnReplyPress = () => {
Expand Down

0 comments on commit 9aaf62b

Please sign in to comment.