Skip to content

Commit

Permalink
Not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarephilosopher committed Aug 17, 2024
1 parent 229c2c3 commit 29a4a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/samples/sample5.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Item {
#checkbox = <input type='checkbox' /> as HTMLInputElement;
li;

constructor(private list: List, public text: string) {
constructor(private list: List, text: string) {
this.li = (
<li class='item'>
{this.#checkbox}
Expand Down

0 comments on commit 29a4a44

Please sign in to comment.