Skip to content

Commit

Permalink
number error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Grato committed Nov 27, 2023
1 parent ae97f6f commit df15585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/pages/analytics/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ const Sandbox = ({ analytics }: SandboxPropsT) => {
},
p1: {
persistent: p1Persistant.length,
dropped: hubs.p1.length - p0Persistant.length,
dropped: hubs.p1.length - p1Persistant.length,
gained: p1Gained.length,
},
b0: {
persistent: b0Persistant.length,
dropped: hubs.b0.length - p0Persistant.length,
dropped: hubs.b0.length - b0Persistant.length,
gained: b0Gained.length,
},
};
Expand Down

0 comments on commit df15585

Please sign in to comment.