Skip to content

Commit

Permalink
fix: add the missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravjeetsingh committed Aug 6, 2024
1 parent e21c201 commit 6734907
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 6734907

Please sign in to comment.