Skip to content

Commit

Permalink
Fixes mozilla#3996 The "View details" button is correctly displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
KhushilMistry committed Dec 6, 2018
1 parent 17481f5 commit 9aafac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/components/FeaturedExperiment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default class FeaturedExperiment extends Component<FeaturedExperimentProp
<p className="featured-experiment__description">{description}</p>
</Localized>

{(!enabled || isMobileExperiment) && <Localized id='moreDetail'>
{(!hasAddon || isMobileExperiment) && <Localized id='moreDetail'>
<Link className="featured-experiment__details" to={`/experiments/${slug}`}
onClick={handleDetailsLinkClick}>View Details</Link>
</Localized>}
Expand Down

0 comments on commit 9aafac4

Please sign in to comment.