Skip to content

Commit

Permalink
fix(ui): remove process counts, because they are incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
philwinder committed May 9, 2023
1 parent 6bc1e85 commit d148196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default () => {
</Typography>
<Typography variant="body2">
This chart shows the number of submissions and node executions over time. These numbers are aggregated based upon the timestamps in the database.
{(() => {
{/* {(() => {
if (submissionData) {
return (
<span> Amplify has processed {submissionData.total} CIDs.</span>
Expand All @@ -125,7 +125,7 @@ export default () => {
)
}
return null;
})()}
})()} */}
</Typography>
<ContentTypeBarChart />
</CardContent>
Expand Down

0 comments on commit d148196

Please sign in to comment.