diff --git a/client/src/views/ingress.js b/client/src/views/ingress.js index 81b8df0..61a2ec5 100644 --- a/client/src/views/ingress.js +++ b/client/src/views/ingress.js @@ -61,7 +61,7 @@ export default class Ingress extends Base { ( - {rule.http.paths.map(path => ( + {_.map(rule.http.paths, path => ( {rule.host} {path.path}