removing unnecessary colon

This commit is contained in:
Bill McConaghy 2018-11-14 15:42:33 -05:00
parent 6e081b19cd
commit 19712807bb
2 changed files with 2 additions and 2 deletions

View file

@ -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}

View file

@ -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}