mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-27 01:19:52 -04:00
MAID: minor fixes, added a space after word Error for error text on cards
This commit is contained in:
parent
c3ddd41b48
commit
0bd82de4ac
@ -62,10 +62,12 @@ export class WordService
|
||||
return { word: qry, refs: [], status: -1, msg: 'No passages found for query: ' + qry + '.' };
|
||||
|
||||
let shared: string[];
|
||||
if (results.length === 1) {
|
||||
if (results.length === 1)
|
||||
{
|
||||
shared = results[0];
|
||||
}
|
||||
else {
|
||||
else
|
||||
{
|
||||
shared = this.findSharedSet(results);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user