Skip to content

Commit

Permalink
Fix broken type.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhampton committed Oct 1, 2020
1 parent c4b2d14 commit 60823ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class OptInSecurityExampleFlyout extends React.PureComponent<Props, State
}
}

renderBody({ data, isLoading, hasPrivilegeToRead }: State) {
renderBody({ isLoading, hasPrivilegeToRead }: State) {
if (isLoading) {
return (
<EuiFlexGroup justifyContent="spaceAround">
Expand Down

0 comments on commit 60823ab

Please sign in to comment.