diff --git a/src/ui/search/app.ts b/src/ui/search/app.ts index cdc7d8f86008e..e39f1f56095c8 100644 --- a/src/ui/search/app.ts +++ b/src/ui/search/app.ts @@ -438,7 +438,7 @@ export class CommitSearches extends App { catch (error) { // params = undefined; } - if (item.details && item.details.length === 1) { + if (item.details && item.details.length >= 1) { a.onclick = () => { if (params) { this._api.postMessage(params);