Skip to content

Commit

Permalink
v2.2.5 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoldello authored Sep 8, 2023
1 parent 0d86c47 commit 837ff46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rec-to-NWB YAML Generator",
"version": "2.2.4",
"version": "2.2.5",
"description": "Create YAML File for Spyglass",
"keywords": [
"electron",
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ const removeElectrodeGroupItem = (index, key) => {
// remove ntrode related to electrode_groups
form.ntrode_electrode_group_channel_map =
form.ntrode_electrode_group_channel_map.filter(
(nTrode) => nTrode.electro_group_id === item.id
(nTrode) => nTrode.electrode_group_id !== item.id
);

// remove electrode_groups item
Expand Down

0 comments on commit 837ff46

Please sign in to comment.