Remove unnecessary bind

This commit is contained in:
Christoph Kluge 2024-09-09 11:41:14 +02:00
parent 8feb805167
commit 704620baff

View File

@ -60,7 +60,6 @@
let plots = {},
jobTags,
statsTable,
roofWidth
let missingMetrics = [],
@ -424,7 +423,6 @@
{#if $jobMetrics?.data?.jobMetrics}
{#key $jobMetrics.data.jobMetrics}
<StatsTable
bind:this={statsTable}
job={$initq.data.job}
jobMetrics={$jobMetrics.data.jobMetrics}
/>