Remove unused index to fix lint (#8148)

This commit is contained in:
Eric Bailey
2025-04-07 18:06:28 -05:00
committed by GitHub
parent 94fd12ff49
commit e46b78eb85
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -854,7 +854,7 @@ export function Explore({
}
if (!alreadyReportedRef.current.has(module)) {
alreadyReportedRef.current.set(module, module)
logger.metric('explore:module:seen', {module}) //, index: index ?? -1})
logger.metric('explore:module:seen', {module})
}
}, [])