Explorar o código

app header image tag fix (#4619)

Feroze Mohideen %!s(int64=2) %!d(string=hai) anos
pai
achega
bcb12611f5

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

@@ -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>