Skip to content

Commit

Permalink
fix: version tab check (#4666)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Sep 27, 2024
1 parent dd1dd32 commit 91af73b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/web/components/modals/CreateFlag.js
Original file line number Diff line number Diff line change
Expand Up @@ -1694,8 +1694,7 @@ const CreateFlag = class extends Component {
)}
{!existingChangeRequest &&
this.props.flagId &&
(isVersioned ||
!Project.disableAnalytics) && (
isVersioned && (
<TabItem
data-test='change-history'
tabLabel='History'
Expand Down

0 comments on commit 91af73b

Please sign in to comment.