mirror of
https://github.com/dergigi/boris.git
synced 2026-01-28 03:04:21 +01:00
fix: resolve unused variable linting error in Debug.tsx
This commit is contained in:
@@ -399,6 +399,7 @@ const Debug: React.FC<DebugProps> = ({
|
||||
const elapsed = Math.round(performance.now() - start)
|
||||
setTLoadHighlights(elapsed)
|
||||
setLiveTiming(prev => {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars, no-unused-vars
|
||||
const { loadHighlights, ...rest } = prev
|
||||
return rest
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user