Skip to content

Commit

Permalink
fix chart warning
Browse files Browse the repository at this point in the history
  • Loading branch information
catdevnull committed Feb 17, 2025
1 parent 1c00b19 commit 8eec281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sitio/src/routes/ChartJs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
});
</script>

<canvas class="h-[250px] md:h-[300px]" bind:this={canvasEl} />
<canvas class="h-[250px] md:h-[300px]" bind:this={canvasEl}></canvas>

0 comments on commit 8eec281

Please sign in to comment.