Ver Fonte

app header image tag fix (#4619)

Feroze Mohideen há 2 anos atrás
pai
commit
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>