fix variable
This commit is contained in:
parent
f6e99498d2
commit
c863098842
1 changed files with 1 additions and 1 deletions
|
@ -715,7 +715,7 @@ export const makeSelectResolvedRecommendedContentForUri = (
|
|||
isBackgroundSearch?: boolean,
|
||||
} = { related_to: claim ? claim.claim_id : claimId, size, isBackgroundSearch: false };
|
||||
|
||||
const searchQuery = getSearchQueryString(claimTitle.replace(/\//, ' '), options);
|
||||
const searchQuery = getSearchQueryString(title.replace(/\//, ' '), options);
|
||||
let results = resolvedResultsByQuery[searchQuery];
|
||||
if (results) {
|
||||
results = results.filter(
|
||||
|
|
Loading…
Add table
Reference in a new issue