mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
build show unknown if builds[id] cannot be found
This commit is contained in:
@@ -41,7 +41,7 @@ const Image: Component<{}> = (p) => {
|
||||
<Selector
|
||||
targetClass="blue"
|
||||
selected={
|
||||
(deployment.build_id && builds.get(deployment.build_id)?.name) ||
|
||||
(deployment.build_id && (builds.get(deployment.build_id)?.name || "unknown")) ||
|
||||
"custom image"
|
||||
}
|
||||
items={[
|
||||
|
||||
Reference in New Issue
Block a user