Skip to content

Commit

Permalink
chore: mark AREnableHomeViewTasksSection as ready for release (#11081)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSltun authored Nov 11, 2024
1 parent 253cadf commit 96fe0cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/Scenes/HomeView/Sections/Section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface SectionSharedProps extends FlexProps {
}

export const Section: React.FC<SectionProps> = ({ section, ...rest }) => {
const enableHomeViewTasksSection = useFeatureFlag("AREnableHomeVieTasksSection")
const enableHomeViewTasksSection = useFeatureFlag("AREnableHomeViewTasksSection")

if (!section.internalID) {
if (__DEV__) {
Expand Down
5 changes: 3 additions & 2 deletions src/app/store/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,11 @@ export const features = {
showInDevMenu: true,
echoFlagKey: "AREnableDynamicHomeView",
},
AREnableHomeVieTasksSection: {
AREnableHomeViewTasksSection: {
description: "Enable the Home view tasks section",
readyForRelease: false,
readyForRelease: true,
showInDevMenu: true,
echoFlagKey: "AREnableHomeViewTasksSection",
},
AREnableNewNavigation: {
description: "Enable new navigation infra (Requires App Restart!)",
Expand Down

0 comments on commit 96fe0cc

Please sign in to comment.