mirror of
https://github.com/plausible/analytics.git
synced 2024-12-27 19:47:26 +03:00
Don't render "No data yet" when there's a NetworkError for example
This commit is contained in:
parent
e9de698242
commit
70bee07632
@ -180,8 +180,9 @@ export default function ListReport(props) {
|
||||
{maybeRenderDetailsLink()}
|
||||
</div>
|
||||
)
|
||||
} else if (!state.error) {
|
||||
return renderNoDataYet()
|
||||
}
|
||||
return renderNoDataYet()
|
||||
}
|
||||
|
||||
function renderReportHeader() {
|
||||
|
Loading…
Reference in New Issue
Block a user