From 45d80a184998302817e437c2743acca3de46df04 Mon Sep 17 00:00:00 2001 From: "Carina.Akaia.near" Date: Wed, 18 Oct 2023 13:27:23 +0400 Subject: [PATCH] wip --- src/gigs-board/entity/post/SearchPanel.jsx | 4 ++-- src/gigs-board/pages/community/activity.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gigs-board/entity/post/SearchPanel.jsx b/src/gigs-board/entity/post/SearchPanel.jsx index b1dbb4db8..513e206a6 100644 --- a/src/gigs-board/entity/post/SearchPanel.jsx +++ b/src/gigs-board/entity/post/SearchPanel.jsx @@ -760,7 +760,7 @@ return ( )} {state.term && state.term.length > 1 && state.searchResult - ? widget("entity.post.list", { + ? widget("entity.posr.List", { searchResult: { postIds: state.searchResult, keywords: Object.fromEntries( @@ -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, diff --git a/src/gigs-board/pages/community/activity.jsx b/src/gigs-board/pages/community/activity.jsx index 60c2c60e0..275ddec54 100644 --- a/src/gigs-board/pages/community/activity.jsx +++ b/src/gigs-board/pages/community/activity.jsx @@ -192,7 +192,7 @@ const CommunityActivityPage = ({ handle, transactionHashes }) => { transactionHashes, })} - {widget("entity.post.list", { tag: communityData.tag })} + {widget("entity.posr.List", { tag: communityData.tag })}