fix: support older node versions

This commit is contained in:
Jean-Baptiste Pasquier 2021-02-26 16:14:22 +01:00
parent a515da9b48
commit 2f6324c2c4
1 changed files with 1 additions and 1 deletions

View File

@ -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})