Skip to content

Commit

Permalink
fix: display of usage chart (#3331)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Jan 25, 2024
1 parent c921b88 commit 21cf0b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/web/components/pages/OrganisationSettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -1794,7 +1794,8 @@ const OrganisationSettingsPage = class extends Component {

{displayedTabs.includes(SettingsTab.Usage) && (
<TabItem tabLabel='Usage'>
{this.state.tab === 4 && (
{this.state.tab ===
displayedTabs.indexOf(SettingsTab.Usage) && (
<OrganisationUsage
organisationId={
AccountStore.getOrganisation().id
Expand Down

3 comments on commit 21cf0b8

@vercel
Copy link

@vercel vercel bot commented on 21cf0b8 Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 21cf0b8 Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-flagsmith.vercel.app
docs-git-main-flagsmith.vercel.app
docs.bullet-train.io
docs.flagsmith.com

@vercel
Copy link

@vercel vercel bot commented on 21cf0b8 Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.