mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-21 22:27:11 +00:00
Trying out fixing a null site issue.
This commit is contained in:
parent
124219b253
commit
6016e1b2cc
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue