Skip to content

Commit

Permalink
chore: missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkifer committed May 21, 2024
1 parent 3543493 commit 0e19104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ export const uiFactory = (
if (currentVariation.name === variation.name) {
return list.appendChild(
renderSelectedVaraition(splitTest, variation),
)
);
} else {
return list.appendChild(
renderUnselectedVariation(splitTest, variation),
)
);
}
});

Expand Down

0 comments on commit 0e19104

Please sign in to comment.