Skip to content

Commit

Permalink
fix modal verse lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed May 16, 2024
1 parent 4e6d44b commit 55a94ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/suggesetor/VerseLookupSuggestModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class VerseLookupSuggestModal extends SuggestModal<VerseSuggesting> {
},
this.settings.optOutToEvents
)
return getSuggestionsFromQuery(`--${query}`, this.settings)
return getSuggestionsFromQuery(`${query}`, this.settings)
}
return []
}
Expand Down

0 comments on commit 55a94ea

Please sign in to comment.