Skip to content

Commit

Permalink
Remove weird double nested span.
Browse files Browse the repository at this point in the history
  • Loading branch information
fzzzy committed Jun 28, 2017
1 parent 796af3b commit ca044ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/containers/ExperimentPage.js
Expand Up @@ -320,7 +320,7 @@ export class ExperimentDetail extends React.Component {
}>
<div className={classnames('status-bar', statusType)}>
{(statusType === 'enabled') && <Localized id="isEnabledStatusMessage" $title={ title }>
<span><span></span></span>
<span>{title} is enabled.</span>
</Localized>}
{(statusType === 'error') && <Localized id="installErrorMessage" $title={ title }>
<span><span></span></span>
Expand Down

0 comments on commit ca044ff

Please sign in to comment.