RenderPipeline2
Deploy / deploy (push) Successful in 3m11s

This commit is contained in:
twotalesanimation
2026-08-01 16:47:26 +02:00
parent 9a49cdc6a3
commit 6adaf72114
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export default async function RenderQueuePage() {
</tr>
</thead>
<tbody>
{exports.map((item) => (
{exports.map((item: any) => (
<tr key={item.id} className="border-t border-border/60">
<td className="px-4 py-3 font-mono">{item.shot?.shotCode ?? item.shotId}</td>
<td className="px-4 py-3">{item.versionString}</td>