Skip to content

Commit

Permalink
Merge pull request #481 from Human-Lambdas/remove-oss-check-for-metrics
Browse files Browse the repository at this point in the history
Remove OSS check for metrics
  • Loading branch information
bernatfp authored Jun 21, 2021
2 parents 6e49d8b + 8fb41b3 commit 4424930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/client/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const Sidebar = (props: Props) => {
<AuditsSVG />
<Label>Audits</Label>
</NavItem>
{!__OSS__ && metricsVisible && <NavItem to={`/metrics`} activeClassName={css(activeLinkStyles)}>
{metricsVisible && <NavItem to={`/metrics`} activeClassName={css(activeLinkStyles)}>
<MetricsIcon />
<Label>Metrics</Label>
</NavItem>}
Expand Down

0 comments on commit 4424930

Please sign in to comment.