Skip to content

Commit

Permalink
Revert "fix: hide identity overrides badge or edge projects (#3156)"
Browse files Browse the repository at this point in the history
This reverts commit 6a44b3d.
  • Loading branch information
khvn26 committed Dec 14, 2023
1 parent 0925ba1 commit 8fa5e3e
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 && !Utils.getIsEdge() && (
{!!projectFlag.num_identity_overrides && (
<Tooltip
title={
<span
Expand Down

0 comments on commit 8fa5e3e

Please sign in to comment.