Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Adapt search bar (header) with new search API
Browse files Browse the repository at this point in the history
  • Loading branch information
artkravchenko committed Mar 25, 2017
1 parent 1475e25 commit 84daa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class Search extends Component {
let tags = [];
for (const section of Object.keys(results)) {
tags = tags.concat(
results[section].map(tag =>
results[section].items.map(tag =>
({ tagType: section, ...tag })
)
);
Expand Down

0 comments on commit 84daa60

Please sign in to comment.