Skip to content

Commit

Permalink
possible fix for checkbox problem (codemod-com#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj authored Mar 1, 2024
1 parent b055fad commit 02f6815
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const explorerNodeRenderer =
explorerNodeHashDigest,
});
},
[explorerNodeHashDigest],
[explorerNodeHashDigest, explorerTree.caseHash],
);

const handleChevronClick = useCallback(
Expand Down

0 comments on commit 02f6815

Please sign in to comment.