diff --git a/frontend/src/lib/components/copilot/StepGen.svelte b/frontend/src/lib/components/copilot/StepGen.svelte index 83ba25b0b7..0a713d486b 100644 --- a/frontend/src/lib/components/copilot/StepGen.svelte +++ b/frontend/src/lib/components/copilot/StepGen.svelte @@ -38,7 +38,7 @@ }) ).map((s) => ({ ...s, - path: `hub/${s.id}/${s.app}/${s.summary.toLowerCase().replaceAll(/\s+/g, '_')}` + path: `hub/${s.version_id}/${s.app}/${s.summary.toLowerCase().replaceAll(/\s+/g, '_')}` })) if (ts < doneTs) return doneTs = ts @@ -175,7 +175,7 @@
- {item.summary ?? ''} + {item.summary ?? ''} ({item.app})