Skip to content

Commit f212746

Browse files
committed
Fix title in search page
1 parent 50592f7 commit f212746

File tree

1 file changed

+1
-0
lines changed
  • packages/app/src/app/pages/Search/Results

1 file changed

+1
-0
lines changed

packages/app/src/app/pages/Search/Results/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const Results = () => {
3131
id: hit.objectID,
3232
alias: hit.alias,
3333
git: hit.git,
34+
title: hit.title,
3435
}),
3536
id: hit.objectID,
3637
}}

0 commit comments

Comments
 (0)