Skip to content

Commit

Permalink
fix typechecking
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz committed Mar 13, 2023
1 parent 17bcd86 commit 2dc8aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/javascripts/oxalis/view/context_menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,7 @@ function ContextMenuInner(propsWithInputRef: Props) {
infoRows.push(
getInfoMenuItem(
"nodeInfo",
// @ts-expect-error FIXME: Property 'treeId' does not exist on type 'never'... Remove this comment to see the full error message
`Node with Id ${maybeClickedNodeId} in Tree ${nodeContextMenuTree.treeId}`,
),
);
Expand Down

0 comments on commit 2dc8aa1

Please sign in to comment.