diff --git a/ui/src/features/stage/stage-details.tsx b/ui/src/features/stage/stage-details.tsx index dab124f67..fd5fd2be8 100644 --- a/ui/src/features/stage/stage-details.tsx +++ b/ui/src/features/stage/stage-details.tsx @@ -48,7 +48,8 @@ export const StageDetails = ({ stage }: { stage: Stage }) => { setIsVerificationRunning(true); } return { - ...verification + ...verification, + freight } as VerificationInfo; }) ) diff --git a/ui/src/features/stage/verifications.tsx b/ui/src/features/stage/verifications.tsx index 9f6be021c..e486a1df1 100644 --- a/ui/src/features/stage/verifications.tsx +++ b/ui/src/features/stage/verifications.tsx @@ -117,8 +117,9 @@ export const Verifications = ({ verifications, images }: Props) => { /> val?.substring(0, 7)} + render={(val) => { + return val?.id?.substring(0, 7); + }} width={120} />