Skip to content

Commit 7a54448

Browse files
committed
fix: remove extra closing parenthesis
1 parent 0eece34 commit 7a54448

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/buildEmploymentArray.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ function buildEmploymentArray(dataArray, i) {
124124
? [{ ESMType: "SEM", ESMCode: "1" }]
125125
: []
126126
),
127-
),
128127
...(/* Has the learner been made redundant? #3 */ dataArray[i][200]
129128
? [{ ESMType: "OET", ESMCode: "1" }]
130129
: []

0 commit comments

Comments
 (0)