Skip to content

Commit 091e6a3

Browse files
authored
Update Tree.tsx
1 parent c28e91e commit 091e6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/StateRoute/Tree.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const Tree = (props: TreeProps) => {
4848
// @ts-ignore
4949
<JSONTree
5050
// @ts-ignore
51-
data={snapshots[currLocation.index] || snapshot}
51+
data={snapshots[currLocation.index] || snapshot}
5252
theme={{ extend: colors, tree: () => ({ className: 'json-tree' }) }}
5353
shouldExpandNode={() => true}
5454
getItemString={getItemString}

0 commit comments

Comments
 (0)