We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c28e91e commit 091e6a3Copy full SHA for 091e6a3
src/app/components/StateRoute/Tree.tsx
@@ -48,7 +48,7 @@ const Tree = (props: TreeProps) => {
48
// @ts-ignore
49
<JSONTree
50
51
- data={snapshots[currLocation.index] || snapshot}
+ data={snapshots[currLocation.index] || snapshot}
52
theme={{ extend: colors, tree: () => ({ className: 'json-tree' }) }}
53
shouldExpandNode={() => true}
54
getItemString={getItemString}
0 commit comments