diff --git a/src/views/page-dashboard.pug b/src/views/page-dashboard.pug index 4dce8bd..6d66673 100644 --- a/src/views/page-dashboard.pug +++ b/src/views/page-dashboard.pug @@ -2,4 +2,4 @@ div.padding-top-xlarge.padding-right-xsmall.padding-bottom-xlarge.padding-left-x solid-dashboard( data-src=component.endpoints.get uniq=component.uniq - )&attributes({target:component.parameters?.target}) + )&attributes({target:component.parameters ? component.parameters.target : false})