Skip to content

Commit 855c72a

Browse files
committed
doh
1 parent 5ad8dcb commit 855c72a

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function Static_template_expression_evaluation($$anchor) {
5151
c: 3
5252
});
5353

54-
$.template_effect(() => $.set_text(text, `Count is ${$.get(count) ?? ''}`));
54+
$.template_effect(() => $.set_text(text, `Count is ${$.get(count) ?? ""}`));
5555
$.append($$anchor, fragment);
5656
}
5757

0 commit comments

Comments
 (0)