Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Eichhorn committed Sep 22, 2023
1 parent d69d1e2 commit 9c96b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UI/Component/Tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ export class Tab
return;
}

const fragments = fragmentString.split('&');
const fragLength = fragments.length;
const fragments = fragmentString.split('&');
const fragLength = fragments.length;

if (fragLength > 0 && fragmentString !== '') {
for (let i = 0; i < fragLength; ++i) {
Expand Down

0 comments on commit 9c96b45

Please sign in to comment.