Skip to content

Commit

Permalink
feat: hide my career tab behind feature flag (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
jajjibhai008 authored May 9, 2024
1 parent f5b08c3 commit 989f6e1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ LEARNING_TYPE_FACET='true'
FEATURE_ENABLE_PATHWAYS=true
FEATURE_ENABLE_COURSE_REVIEW=false
FEATURE_ENABLE_PATHWAY_PROGRESS='true'
FEATURE_ENABLE_MY_CAREER='true'
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ HOTJAR_DEBUG=''
ENABLE_SKILLS_QUIZ='true'
ENABLE_NOTICES=''
FEATURE_ENABLE_PROGRAMS='true'
FEATURE_ENABLE_MY_CAREER='true'
FEATURE_ENABLE_MY_CAREER='false'
FEATURE_PROGRAM_TYPE_FACET='true'
FEATURE_ENABLE_AUTO_APPLIED_LICENSES='true'
LEARNING_TYPE_FACET='true'
Expand Down
1 change: 0 additions & 1 deletion .env.development-stage
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ HOTJAR_DEBUG=''
ENABLE_SKILLS_QUIZ='true'
ENABLE_NOTICES=''
FEATURE_ENABLE_PROGRAMS='true'
FEATURE_ENABLE_MY_CAREER='true'
FEATURE_PROGRAM_TYPE_FACET='true'
FEATURE_ENABLE_AUTO_APPLIED_LICENSES='true'
LEARNING_TYPE_FACET='true'
Expand Down

0 comments on commit 989f6e1

Please sign in to comment.