Skip to content

Commit

Permalink
remove show prop from converted code
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainCodeman committed Jun 18, 2024
1 parent 9fc9503 commit bbaf0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$: groups = source.match(regex)?.groups
$: result = groups ? removeEmptyLines(`<!-- ${groups.description} -->
<Transition {show}
<Transition
enter=${groups.enter}
enterFrom=${groups.enterFrom}
enterTo=${groups.enterTo}
Expand Down

0 comments on commit bbaf0bb

Please sign in to comment.