Skip to content

Commit

Permalink
fix: Add back dashboards id to tab item
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaker committed Oct 26, 2021
1 parent cc2f6c3 commit 461bab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/QuickstartDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ const QuickstartDetails = ({ data, location }) => {
>
<Tabs.BarItem id="overview">Overview</Tabs.BarItem>
<Tabs.BarItem
id="dashboards"
count={quickstart.dashboards?.length ?? 0}
onClick={tessenTabTrack(`QuickstartTabToggle`, quickstart)}
>
Expand Down

0 comments on commit 461bab0

Please sign in to comment.