diff --git a/app/components/JobHistory.tsx b/app/components/JobHistory.tsx index be2d6ca..866a65c 100644 --- a/app/components/JobHistory.tsx +++ b/app/components/JobHistory.tsx @@ -84,7 +84,7 @@ export default function JobHistory({ ticker }: Props) {
No recent jobs for {ticker}
) : ( jobs.map((j: any) => ( -{JSON.stringify(selected, null, 2)}
+ {JSON.stringify(selected, null, 2)}
)}