Skip to content

Commit

Permalink
remove added space
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasheriques committed Feb 22, 2025
1 parent d2310d4 commit 1c23d27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/scenes/surveys/surveyLogic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,6 @@ export const surveyLogic = kea<surveyLogicType>([
}

const data: number[] = questionResults.data

if (data.length === 11) {
const promoters = data.slice(9, 11).reduce((a, b) => a + b, 0)
const passives = data.slice(7, 9).reduce((a, b) => a + b, 0)
Expand Down

0 comments on commit 1c23d27

Please sign in to comment.