Remove unused index to fix lint (#8148)
This commit is contained in:
@@ -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})
|
||||
}
|
||||
}, [])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user