We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e65487 commit c1f3596Copy full SHA for c1f3596
app/src/helperFunctions/manageSeparators.ts
@@ -31,7 +31,7 @@ const manageSeparators: ManageSeparators = {
31
}
32
// check for duplicated separator at the end of array and remove it if separator is at the last index
33
if (arr[arr.length - 1].name === 'separator') arr.splice(arr.length - 1, 1);
34
- // check for missing separators
+ // check for missing separators // cooment
35
if (
36
arr[index].name !== 'separator' &&
37
(index === 0 || arr[index - 1].name !== 'separator')
0 commit comments