Skip to content

Commit

Permalink
Merge pull request #9804 from desktop/chore/no-nddb-more
Browse files Browse the repository at this point in the history
unship nddb from beta + dev
  • Loading branch information
rafeca committed May 20, 2020
2 parents c05b66a + 59329a4 commit f13ac6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/lib/feature-flag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export function enableForkyCreateBranchUI(): boolean {
* are new commits upstream.)
*/
export function enableNDDBBanner(): boolean {
return enableBetaFeatures()
return false
}

/**
Expand Down

0 comments on commit f13ac6f

Please sign in to comment.