Skip to content

Commit 4ff545f

Browse files
committed
address feedback
1 parent 1f0af18 commit 4ff545f

File tree

1 file changed

+1
-2
lines changed
  • packages/svelte/src/compiler/phases/3-transform/client/visitors

1 file changed

+1
-2
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/IfBlock.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ export function IfBlock(node, context) {
3535
b.stmt(
3636
b.call(
3737
b.id('$$render'),
38-
b.id(consequent_id),
39-
node.alternate ? b.literal(true) : undefined
38+
b.id(consequent_id)
4039
)
4140
),
4241
alternate_id

0 commit comments

Comments
 (0)