diff --git a/ui/src/pages/history/History.tsx b/ui/src/pages/history/History.tsx index 36acf2b0..24de0c7b 100644 --- a/ui/src/pages/history/History.tsx +++ b/ui/src/pages/history/History.tsx @@ -150,6 +150,10 @@ const History = () => {
[{item.time}]
{item.message}
+ {item.info && + item.info.map((info: string) => { + return
{info}
; + })} {item.error &&
{item.error}
} );