Skip to content

Commit

Permalink
fix: hide comments in bookmarks feed
Browse files Browse the repository at this point in the history
  • Loading branch information
itexpert120 committed Jan 15, 2024
1 parent 21c89c6 commit f695ffd
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 f695ffd

Please sign in to comment.