Skip to content

Commit

Permalink
removing unnecessary colon
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcconaghy committed Nov 14, 2018
1 parent 6e081b1 commit 1971280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class IndexLifecycleSummary extends Component {
content = content || '-';
const cell = [
<EuiDescriptionListTitle key={fieldName}>
<strong>{HEADERS[fieldName]}:</strong>
<strong>services/</strong>
</EuiDescriptionListTitle>,
<EuiDescriptionListDescription key={fieldName + "_desc"}>
{content}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class Summary extends React.PureComponent {
}
const cell = [
<EuiDescriptionListTitle key={fieldName}>
<strong>{HEADERS[fieldName]}:</strong>
<strong>services/</strong>
</EuiDescriptionListTitle>,
<EuiDescriptionListDescription key={fieldName + "_desc"}>
{content}
Expand Down

0 comments on commit 1971280

Please sign in to comment.