Skip to content

Commit

Permalink
Fix crash on book selector (#431)
Browse files Browse the repository at this point in the history
* Handle no verses situation

* remove comment lines

* revert code and put in real fix
  • Loading branch information
davidmoore1 authored Dec 7, 2023
1 parent ec766c8 commit a58ce62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/BookSelector.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ The navbar component.
$nextRef.chapter = 'i';
completeNavigation();
}
$nextRef.chapter = '1';
break;
case c:
$nextRef.chapter = e.detail.text;
Expand Down

0 comments on commit a58ce62

Please sign in to comment.