Browse Source

app header image tag fix (#4619)

Feroze Mohideen 2 years ago
parent
commit
bcb12611f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/main/home/app-dashboard/app-view/AppHeader.tsx

+ 1 - 1
dashboard/src/main/home/app-dashboard/app-view/AppHeader.tsx

@@ -263,7 +263,7 @@ const AppHeader: React.FC = () => {
               ) : null
               ) : null
             )
             )
             .with({ type: "docker-registry" }, (s) =>
             .with({ type: "docker-registry" }, (s) =>
-              renderTagBadge(s.image.tag)
+              renderTagBadge(latestProto.image?.tag ?? s.image.tag)
             )
             )
             .exhaustive()}
             .exhaustive()}
         </NoShrink>
         </NoShrink>