Skip to content

Commit bbaf0bb

Browse files
remove show prop from converted code
1 parent 9fc9503 commit bbaf0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
$: groups = source.match(regex)?.groups
1919
$: result = groups ? removeEmptyLines(`<!-- ${groups.description} -->
20-
<Transition {show}
20+
<Transition
2121
enter=${groups.enter}
2222
enterFrom=${groups.enterFrom}
2323
enterTo=${groups.enterTo}

0 commit comments

Comments
 (0)