Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Constance <constancecchen@users.noreply.github.com>
  • Loading branch information
JasonStoltz and Constance committed Nov 9, 2020
1 parent 406a04d commit 13b5697
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ export const LogRetentionPanel: React.FC = () => {
defaultMessage: 'Analytics Logs',
}
)}
</strong>{' '}
</strong>
{': '}
{hasILM && (
<EuiTextColor color="subdued">
<AnalyticsLogRetentionMessage />
Expand All @@ -89,8 +90,9 @@ export const LogRetentionPanel: React.FC = () => {
defaultMessage: 'API Logs',
}
)}
</strong>{' '}
{logRetention !== null && (
</strong>
{': '}
{hasILM && (
<EuiTextColor color="subdued">
<ApiLogRetentionMessage />
</EuiTextColor>
Expand Down

0 comments on commit 13b5697

Please sign in to comment.