Skip to content

Commit

Permalink
remove stray semicolon (elastic#114969) (elastic#114975)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Hopkin <[email protected]>
  • Loading branch information
kibanamachine and hop-dev authored Oct 14, 2021
1 parent 2c16a72 commit 2130f81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ export const AgentPolicyDetailsPage: React.FunctionComponent = () => {
/>
</EuiPortal>
)}
<AgentPolicyDetailsContent agentPolicy={agentPolicy} />;
<AgentPolicyDetailsContent agentPolicy={agentPolicy} />
</>
);
}, [
Expand Down

0 comments on commit 2130f81

Please sign in to comment.