Skip to content

Commit

Permalink
fix console error on workspace members/invite pages
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslav committed Nov 8, 2022
1 parent 91acada commit 131dde2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceInvitePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const propTypes = {

...policyPropTypes,
...withLocalizePropTypes,
...networkPropTypes,
network: networkPropTypes.isRequired,
};

const defaultProps = policyDefaultProps;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceMembersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const propTypes = {
...policyPropTypes,
...withLocalizePropTypes,
...windowDimensionsPropTypes,
...networkPropTypes,
network: networkPropTypes.isRequired,
};

const defaultProps = policyDefaultProps;
Expand Down

0 comments on commit 131dde2

Please sign in to comment.