GetDKAN / data-catalog-frontend

9 stars 3 forks source link

Check for length greater than 0 on template render #51

Open dgading opened 4 years ago

dgading commented 4 years ago

When no themes are available, a 0 renders instead of nothing. This update just changes the check to make sure there are items in the array since an array of 0 still has a length. Fixes one part of https://github.com/GetDKAN/data-catalog-components/issues/81