Skip to content

Commit fc5315c

Browse files
committed
fix(lint)
1 parent 41c2f45 commit fc5315c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/HintsCardsRow/GenericHintCard/GenericHintCard.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const GenericHintCard: React.FC<GenericHintProps> = ({
2424
const hintState = config.calculateSegments(allItems, isLoading || false, error, enabled, t);
2525

2626
// Handle click navigation if scroll target is provided
27+
/*
2728
const handleClick =
2829
enabled && config.scrollTarget
2930
? () => {
@@ -32,7 +33,7 @@ export const GenericHintCard: React.FC<GenericHintProps> = ({
3233
el.scrollIntoView({ behavior: 'smooth', block: 'start' });
3334
}
3435
}
35-
: undefined;
36+
: undefined; */
3637

3738
return (
3839
<div className={styles2.container}>

0 commit comments

Comments
 (0)