We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a0652 commit 1990abcCopy full SHA for 1990abc
1 file changed
src/components/BibleBookList/config.js
@@ -475,14 +475,3 @@ export const NEW_TESTAMENT_LIST = [
475
},
476
];
477
export const BIBLE_LIST = OLD_TESTAMENT_LIST.concat(NEW_TESTAMENT_LIST);
478
-export const isEqual = (a, b) => {
479
- if (a.length !== b.length) {
480
- return false;
481
- }
482
- a.forEach((item) => {
483
- if (!b.includes(item)) {
484
485
486
- });
487
- return true;
488
-};
0 commit comments