Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cabreraalex authored and Sparkier committed Dec 14, 2023
1 parent b25c0d9 commit ae8c16c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
tableRecord[cell.x_value] === undefined
? (tableRecord[cell.x_value] = {
[cell.y_value]: { fixedValue: cell.fixed_value, size: cell.size }
})
})
: (tableRecord[cell.x_value] = {
...tableRecord[cell.x_value],
[cell.y_value]: { fixedValue: cell.fixed_value, size: cell.size }
});
});
});
}
$: {
Expand Down

0 comments on commit ae8c16c

Please sign in to comment.