Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
carina-akaia committed Oct 18, 2023
1 parent 73b2044 commit 45d80a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/gigs-board/entity/post/SearchPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ return (
</div>
)}
{state.term && state.term.length > 1 && state.searchResult
? widget("entity.post.list", {
? widget("entity.posr.List", {
searchResult: {
postIds: state.searchResult,
keywords: Object.fromEntries(
Expand All @@ -773,7 +773,7 @@ return (
tag: props.tag,
author: props.author,
})
: widget("entity.post.list", {
: widget("entity.posr.List", {
recency: props.recency,
tag: props.tag,
author: props.author,
Expand Down
2 changes: 1 addition & 1 deletion src/gigs-board/pages/community/activity.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const CommunityActivityPage = ({ handle, transactionHashes }) => {
transactionHashes,
})}

{widget("entity.post.list", { tag: communityData.tag })}
{widget("entity.posr.List", { tag: communityData.tag })}
</div>
</div>

Expand Down

0 comments on commit 45d80a1

Please sign in to comment.