NuCivic / react-dash

A framework for building data visualization dashboards using react. Docs: http://react-dashboard.readthedocs.io/en/latest/
MIT License
98 stars 22 forks source link

Check that the title is not null before rendering the markup #51

Closed janette closed 7 years ago

janette commented 7 years ago

Description

508 red flags empty h1 tags, so if there is no value set for the dashboard-title, do not render the markup.