Skip to content

Commit

Permalink
fix(code/frontend): EuiTitle children type error (#29569)
Browse files Browse the repository at this point in the history
  • Loading branch information
WangQianliang authored and spacedragon committed Jan 30, 2019
1 parent 10d2aba commit 8d5ef9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x-pack/plugins/code/public/components/main/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,9 @@ class CodeContent extends React.PureComponent<Props> {
repoUri={repoUri}
header={
<React.Fragment>
<Title>Recent Commits</Title>
<Title>
<h3>Recent Commits</h3>
</Title>
<EuiButton
href={`#/${resource}/${org}/${repo}/${PathTypes.commits}/${revision}/${path ||
''}`}
Expand Down

0 comments on commit 8d5ef9c

Please sign in to comment.