diff --git a/src/components/Profile/History/ComputeJobs/Details.tsx b/src/components/Profile/History/ComputeJobs/Details.tsx
index e90be34e2..be61ef1a2 100644
--- a/src/components/Profile/History/ComputeJobs/Details.tsx
+++ b/src/components/Profile/History/ComputeJobs/Details.tsx
@@ -33,8 +33,8 @@ function Asset({
- {`${symbol} | `}
- {did}
+ {`${symbol} | `}
+ {did}
)
diff --git a/src/components/Profile/History/ComputeJobs/Results.module.css b/src/components/Profile/History/ComputeJobs/Results.module.css
index b270c97c3..d8800d08f 100644
--- a/src/components/Profile/History/ComputeJobs/Results.module.css
+++ b/src/components/Profile/History/ComputeJobs/Results.module.css
@@ -3,6 +3,10 @@
border-bottom-left-radius: var(--border-radius) !important;
}
+.results li {
+ list-style-type: none;
+}
+
.help {
margin-top: calc(var(--spacer) / 3);
}
diff --git a/src/components/Profile/History/ComputeJobs/Results.tsx b/src/components/Profile/History/ComputeJobs/Results.tsx
index b3bdb0de2..f2bc75c71 100644
--- a/src/components/Profile/History/ComputeJobs/Results.tsx
+++ b/src/components/Profile/History/ComputeJobs/Results.tsx
@@ -56,7 +56,7 @@ export default function Results({
onClick={() => downloadResults(i)}
disabled={isLoading || !isFinished}
>
- {jobResult.filename}
+ {`Download ${jobResult.filename}`}
) : (