Skip to content

Commit

Permalink
Fix shows key path info bug (#574)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Leighty <bleighty@tubi.tv>
  • Loading branch information
triwav and Brian Leighty committed May 29, 2024
1 parent 0538651 commit 0f22f67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
on:click={refresh}>
<Refresh />
</vscode-button>
{#if inspectChildNodeTreeNode?.keyPath}
{#if inspectNodeTreeNode?.keyPath}
<vscode-button
appearance="icon"
title="Show Key Path Info"
Expand Down

0 comments on commit 0f22f67

Please sign in to comment.