diff --git a/src/routes/verify/components/DetailedInfo/ProcessSection/AISubSection.svelte b/src/routes/verify/components/DetailedInfo/ProcessSection/AISubSection.svelte index dd69ea15e..7571446a7 100644 --- a/src/routes/verify/components/DetailedInfo/ProcessSection/AISubSection.svelte +++ b/src/routes/verify/components/DetailedInfo/ProcessSection/AISubSection.svelte @@ -17,7 +17,7 @@ {#each softwareAgents as softwareAgent} - {softwareAgent} + {softwareAgent.name} {/each}