Skip to content

Commit

Permalink
fix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Расул authored and Расул committed Sep 27, 2023
1 parent 0150ffa commit b871b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App/SideBar/View/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const _View = ({ isSelectedView }: Props) => {
return <Creator />
}
} else {
return <Relevance />
return <Relevance isSearchResult />
}
}

Expand Down

0 comments on commit b871b05

Please sign in to comment.