Skip to content

Commit

Permalink
fix: change node name
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Dec 8, 2020
1 parent 5d7f6a2 commit cdb5b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/blocks/src/ComponentDependencies/LocalDependencies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const LocalDependencies: FC<LocalDependenciesProps> = ({
<LocalImport
key={`${node.name}`}
componentHash={node.componentKey}
name={Node.name}
name={node.name as string}
/>
))}
</Flex>
Expand Down

0 comments on commit cdb5b5c

Please sign in to comment.