Skip to content

Commit

Permalink
app header image tag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroze Mohideen committed May 7, 2024
1 parent e4e7115 commit 2a45e49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ const AppHeader: React.FC = () => {
) : null
)
.with({ type: "docker-registry" }, (s) =>
renderTagBadge(s.image.tag)
renderTagBadge(latestProto.image?.tag ?? s.image.tag)
)
.exhaustive()}
</NoShrink>
Expand Down

0 comments on commit 2a45e49

Please sign in to comment.