Skip to content

Commit

Permalink
fix: search results not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanyilmaz committed Feb 26, 2024
1 parent a674453 commit 5fae064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/SearchStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const SearchStore = t
self.results.set(
post.id,
Post.create({
link: post.link,
id: post.id.toString(),
content: post.content.rendered,
mediaUrl: post?._links?.['wp:featuredmedia']?.[0]?.href || '',
Expand Down

0 comments on commit 5fae064

Please sign in to comment.