Skip to content

Commit c1f3596

Browse files
MatteoDiterrachelk585atvaneksophia-bui
committed
working on appstateslice
Co-authored-by: rachelk585 <[email protected]> Co-authored-by: Adam Vanek <[email protected]> Co-authored-by: Sophia Bui <[email protected]>
1 parent 4e65487 commit c1f3596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/helperFunctions/manageSeparators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const manageSeparators: ManageSeparators = {
3131
}
3232
// check for duplicated separator at the end of array and remove it if separator is at the last index
3333
if (arr[arr.length - 1].name === 'separator') arr.splice(arr.length - 1, 1);
34-
// check for missing separators
34+
// check for missing separators // cooment
3535
if (
3636
arr[index].name !== 'separator' &&
3737
(index === 0 || arr[index - 1].name !== 'separator')

0 commit comments

Comments
 (0)