Skip to content

Commit

Permalink
chore: remove unused classname
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkifer committed May 21, 2024
1 parent b02ac4d commit 3543493
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),
).className = 'ab-test-variants';
)
} else {
return list.appendChild(
renderUnselectedVariation(splitTest, variation),
).className = 'ab-test-variants';
)
}
});

Expand Down

0 comments on commit 3543493

Please sign in to comment.