Skip to content

Commit

Permalink
Merge pull request #66 from NEARBuilders/hide-comments-in-bookmark
Browse files Browse the repository at this point in the history
fix: hide comments in bookmarks feed
  • Loading branch information
elliotBraem authored Jan 15, 2024
2 parents 8e0dfcb + f695ffd commit b93a2c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/builddao/widget/Bookmarks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ return (
accountId={item.accountId}
blockHeight={item.blockHeight}
noBorder={true}
hideComments={true}
/>
))}
{filteredArray.length === 0 && (
Expand Down

0 comments on commit b93a2c7

Please sign in to comment.