Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sijumoncy committed Jan 5, 2024
1 parent 9d2176e commit 10fd121
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export default function TranslationHelpsCard({
};
}).filter((data) => data.Chapter === chapter && data.Verse === verse);
setOfflineItemsDisable(false);
console.log({ json });
setOfflineItems(json);
}
}
Expand Down Expand Up @@ -226,10 +225,6 @@ export default function TranslationHelpsCard({
items = !offlineItemsDisable && offlineResource?.offline ? offlineItems : items;
markdown = offlineResource?.offline ? offlineMarkdown : markdown;

console.log({
markdown, isLoading, items, offlineMarkdown, offlineItems,
});

return (
(markdown || items) ? (
<ReferenceCard
Expand Down

0 comments on commit 10fd121

Please sign in to comment.