Skip to content

Commit 598f8ce

Browse files
committed
remove commas to save space
1 parent 28b2d70 commit 598f8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/types/objects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export class MCParticle extends EDMObject {
119119
);
120120
const simulatorStatusFirstLetter = simulatorStatus
121121
.map((s) => s[0])
122-
.join(", ");
122+
.join("");
123123
const simulatorStatusString =
124124
simulatorStatusFirstLetter !== ""
125125
? simulatorStatusFirstLetter

0 commit comments

Comments
 (0)