Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix search
  • Loading branch information
mmahalwy committed Apr 10, 2017
commit d2ceff85b43964b6c0a9f26f877afa508a42e91e
1 change: 1 addition & 0 deletions src/containers/Search/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class Search extends Component {
match={entities[result].match}
key={entities[result].verseKey}
tooltip={options.tooltip}
userAgent={options.userAgent}
isSearched
/>
));
Expand Down