Fix incorrect job count for VideoConversion on JobPanel

This commit is contained in:
Alex Tran 2023-01-21 22:30:50 -06:00
parent b07891089f
commit 3f60cf5377
No known key found for this signature in database
GPG key ID: E4954BC787B85C8A

View file

@ -79,7 +79,7 @@
'video conversion',
'No videos without an encoded version found'
)}
jobCounts={jobs[JobId.MachineLearning]}
jobCounts={jobs[JobId.VideoConversion]}
/>
<JobTile