Skip to content

Commit

Permalink
fixed help content name
Browse files Browse the repository at this point in the history
  • Loading branch information
prabh-t committed Oct 1, 2024
1 parent b3ec5ec commit 7bdb332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/pages/result/ResultListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function ResultListPageContent() {
<div>
<h5 className="page-header">Search History</h5>
<span className="help-icon">
<HelpButton title="" content={<HelpContent name="search-results" />}/>
<HelpButton title="" content={<HelpContent name="search-history" />}/>
</span>
</div>
{
Expand Down

0 comments on commit 7bdb332

Please sign in to comment.