Skip to content

Commit

Permalink
#10 chore: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsobspinto committed Jul 20, 2022
1 parent 6dab502 commit 1f04c2f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/react-diagrams/MetaLinkFactory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ export class MetaLinkFactory extends DefaultLinkFactory {

return (
// @ts-ignore
<ReactComponentType engine={this.engine} model={model} path={path} selected={selected} />
<ReactComponentType
engine={this.engine}
model={model}
path={path}
selected={selected}
/>
);
}
// TODO: Generate default link instead
Expand Down

0 comments on commit 1f04c2f

Please sign in to comment.