diff --git a/frontend/src/App/JobsManager.tsx b/frontend/src/App/JobsManager.tsx index 908c553ef..e83ed4d68 100644 --- a/frontend/src/App/JobsManager.tsx +++ b/frontend/src/App/JobsManager.tsx @@ -421,19 +421,21 @@ const JobsManager: FunctionComponent = ({ justify="center" style={{ width: 42, height: 42 }} > - + {status === "completed" ? ( + + ) : status === "failed" ? ( + + ) : ( + + )} ))}