mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Remove unnecessary bind
This commit is contained in:
parent
8feb805167
commit
704620baff
@ -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}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user