Skip to content

Commit

Permalink
Merge pull request #10965 from desktop/unleash-both-sides
Browse files Browse the repository at this point in the history
Enable split diffs for production
  • Loading branch information
niik committed Nov 13, 2020
2 parents 5cd2421 + 7239397 commit 8bdb921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/lib/feature-flag.ts
Expand Up @@ -130,7 +130,7 @@ export function enableDiscardLines(): boolean {
* Note: side by side diffs will use the new diff viewer.
*/
export function enableSideBySideDiffs(): boolean {
return enableBetaFeatures()
return true
}

/**
Expand Down

0 comments on commit 8bdb921

Please sign in to comment.