Skip to content

Commit

Permalink
turn off testFlag in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu committed Oct 4, 2024
1 parent 028561c commit 417f647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/testFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class TestFlags {
}

get pml() {
return !!this.queryParams.pml || isDev;
return !!this.queryParams.pml;
}

get showLimitClose() {
Expand Down

0 comments on commit 417f647

Please sign in to comment.