Skip to content

Commit

Permalink
aligned default on load
Browse files Browse the repository at this point in the history
  • Loading branch information
sijumoncy committed Apr 10, 2024
1 parent a43bbd3 commit 9364450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function DownloadResourcePopUp({ selectResource, isOpenDonwloadPopUp, setIsOpenD
// initial load
switch (selectResource) {
case 'bible':
url = `${baseUrl}&subject=Bible&lang=en&subject=${subjectTypeArray.bible[0].name}`;
url = `${baseUrl}&lang=en&subject=${subjectTypeArray.bible[0].name}`;
break;
case 'obs':
url = `${baseUrl}&subject=${subjectTypeArray.obs[0].name}&lang=en`;
Expand Down

0 comments on commit 9364450

Please sign in to comment.