Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrr committed Jul 19, 2024
1 parent 5f99ea1 commit b090934
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 484 deletions.
2 changes: 1 addition & 1 deletion client/src/components/View/TableView/hooks/data-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ export const flattenExperiment = (
(acc, exp) =>
acc +
exp.conditions.reduce(
(condAcc, condition) => condAcc + condition.conditions.length,
(condAcc, condition) => condAcc + condition.behaviors.length,
0,
),
0,
Expand Down
Loading

0 comments on commit b090934

Please sign in to comment.