Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaszimmermann committed Aug 2, 2022
1 parent f0d1620 commit 3d9a462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/components/Component.sol
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ abstract contract Component is
_registry = IRegistry(registry);
_access = _getAccess();
_componentOwnerService = _getComponentOwnerService();
_instanceService = _getInstanceService();

_componentName = name;
_componentType = componentType;
Expand Down

0 comments on commit 3d9a462

Please sign in to comment.