Skip to content

Commit 6b98b94

Browse files
committed
fix bug in code block in provenance-tracking
1 parent 20d0bc5 commit 6b98b94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

versioned_docs/version-v2.1.1/designing-studies/provenance-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const clickCallback = useCallback((barName: string) => {
6565
provenanceGraph: trrack.graph.backend,
6666
answers: {}, // You can set the answers here if you want to control it manually, otherwise leave empty.
6767
});
68-
}, [actions, setAnswer, taskid, trrack]);
68+
}, [actions, setAnswer, trrack]);
6969
```
7070

7171
For a full react example, see our [ClickAccuracyTest example](https://github.com/revisit-studies/study/blob/main/src/public/demo-click-accuracy-test/assets/ClickAccuracyTest.tsx)

0 commit comments

Comments
 (0)