Skip to content

Commit

Permalink
fix(display-result-provider): define render function
Browse files Browse the repository at this point in the history
  • Loading branch information
joseacabaneros committed Jul 23, 2024
1 parent 9f9b315 commit 5f59d94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
});
return slots.default?.()[0] ?? h();
return () => slots.default?.()[0] ?? h();
}
});
</script>

0 comments on commit 5f59d94

Please sign in to comment.