Skip to content

Commit

Permalink
Merge pull request #2007 from Gauravjeetsingh/lint-issue
Browse files Browse the repository at this point in the history
Add the missing semicolon
  • Loading branch information
Gauravjeetsingh authored Aug 6, 2024
2 parents e21c201 + 6734907 commit 8ea0226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/main/navigator/shabad/utils/change-verse.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export const intelligentNextVerse = (
}
}
return nextVerseIndex;
}
};

if (homeVerse) {
const currentVerseIndex = filteredItems.findIndex(({ verseId }) => verseId === activeVerseId);
Expand Down

0 comments on commit 8ea0226

Please sign in to comment.