Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
msenechal committed Jan 8, 2025
1 parent 6fe4b4c commit 52e2612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/shared/components/RetrievalInformation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function RetrievalInformation(props: RetrievalProps) {
ref={nvl}
nodes={nodes}
rels={rels}
onClick={(evt) => console.log('custom click event', evt)}
onClick={() => null}
mouseEventCallbacks={mouseEventCallbacks}
nvlOptions={{
initialZoom: 2,
Expand Down

0 comments on commit 52e2612

Please sign in to comment.