Trying out fixing a null site issue.

This commit is contained in:
Dessalines 2020-09-15 10:53:48 -05:00
parent 124219b253
commit 6016e1b2cc
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ export class App extends Component<AppProps, any> {
<>
<Provider i18next={i18n}>
<div>
{this.props.site.site.icon && (
{this.props.site && this.props.site.site.icon && (
<Helmet>
<link
id="favicon"