Skip to content

Commit

Permalink
style(di): fix tslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yarastqt committed Mar 20, 2019
1 parent 080b8e3 commit 60a8984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/di/di.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const ComponentRegistryConsumer: React.SFC<IComponentRegistryConsumer> =
}
}

return props.children(registries[props.id].snapshot())
return props.children(registries[props.id].snapshot());
}}
</RegistryConsumer>
);
Expand Down

0 comments on commit 60a8984

Please sign in to comment.