Skip to content

Commit

Permalink
show version on builds page
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Nov 10, 2023
1 parent e7fa1b9 commit 43715e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/BuildsComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function BuildComponent(props: {
</span>
</td>
<td>{build.key}</td>
<td>{build.version}</td>
<td>{formatBytes(build.size)}</td>
<td>{build.uploaded}</td>
<td>
Expand Down

0 comments on commit 43715e2

Please sign in to comment.