From 870d5f30d19b7a4fe8b20086625967fe7119d974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ey=C3=BE=C3=B3r=20Magn=C3=BAsson?= Date: Tue, 5 Feb 2019 23:05:58 +0100 Subject: [PATCH] fix(dashboard): handle empty ingress in service status --- dashboard/src/components/overview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/overview.tsx b/dashboard/src/components/overview.tsx index 94223c6c2c..06fa59b379 100644 --- a/dashboard/src/components/overview.tsx +++ b/dashboard/src/components/overview.tsx @@ -60,7 +60,7 @@ export const Services: React.SFC = ({ moduleConfigs, services }) service, services[service].state, moduleConfigs.find(m => m.serviceConfigs.map(s => s.name).includes(service)).name, - , + services[service].ingresses ? : null, ]) return (