Skip to content

Commit

Permalink
MM-21949 Fix type of children prop for TeamPermissionGate (mattermost…
Browse files Browse the repository at this point in the history
  • Loading branch information
hmhealey committed Feb 10, 2020
1 parent 662c0a4 commit ad90317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type Props = {
/**
* Content protected by the permissions gate
*/
children: React.ReactElement;
children: React.ReactNode;
};

export default class TeamPermissionGate extends React.Component<Props> {
Expand Down

0 comments on commit ad90317

Please sign in to comment.