Feroze Mohideen 2 роки тому
батько
коміт
bcb12611f5

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