diff --git a/src/index.js b/src/index.js index 6641209..08239f0 100644 --- a/src/index.js +++ b/src/index.js @@ -27,8 +27,8 @@ export default async (input) => { const tooltipData = document.querySelector(`tool-tip[for="${el.id}"]`); const innerContent = tooltipData.firstChild.textContent; - // Skipping those that have no contributoons - if (innerContent.includes("No")) return; + // Skipping those that have no contributions + if (innerContent.startsWith("No")) return; const numContributions = innerContent.split(" contribution")?.[0]; filteredDays.push({