Skip to content

Commit

Permalink
remove commas to save space
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliorivas committed Jul 16, 2024
1 parent 28b2d70 commit 598f8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/types/objects.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class MCParticle extends EDMObject {
);
const simulatorStatusFirstLetter = simulatorStatus
.map((s) => s[0])
.join(", ");
.join("");
const simulatorStatusString =
simulatorStatusFirstLetter !== ""
? simulatorStatusFirstLetter
Expand Down

0 comments on commit 598f8ce

Please sign in to comment.