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