Skip to content

Commit a58ce62

Browse files
authored
Fix crash on book selector (#431)
* Handle no verses situation * remove comment lines * revert code and put in real fix
1 parent ec766c8 commit a58ce62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/components/BookSelector.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ The navbar component.
5959
$nextRef.chapter = 'i';
6060
completeNavigation();
6161
}
62+
$nextRef.chapter = '1';
6263
break;
6364
case c:
6465
$nextRef.chapter = e.detail.text;

0 commit comments

Comments
 (0)