Skip to content

Commit

Permalink
fix: hide identity overrides badge or edge projects (#3156)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Dec 13, 2023
1 parent 54de428 commit 6a44b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/FeatureRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class TheComponent extends Component {
</Tooltip>
</div>
)}
{!!projectFlag.num_identity_overrides && (
{!!projectFlag.num_identity_overrides && !Utils.getIsEdge() && (
<Tooltip
title={
<span
Expand Down

3 comments on commit 6a44b3d

@vercel
Copy link

@vercel vercel bot commented on 6a44b3d Dec 13, 2023

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 6a44b3d Dec 13, 2023

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 6a44b3d Dec 13, 2023

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.bullet-train.io
docs-flagsmith.vercel.app
docs.flagsmith.com
docs-git-main-flagsmith.vercel.app

Please sign in to comment.