mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-21 22:27:11 +00:00
Fix issue with site view for initial site setup.
This commit is contained in:
parent
6a3329f9a2
commit
23179d8951
|
@ -267,7 +267,7 @@ export class Main extends Component<any, MainState> {
|
|||
title={this.documentTitle}
|
||||
path={this.context.router.route.match.url}
|
||||
/>
|
||||
{this.state.siteRes.site_view.site && (
|
||||
{this.state.siteRes.site_view?.site && (
|
||||
<div class="row">
|
||||
<main role="main" class="col-12 col-md-8">
|
||||
{this.posts()}
|
||||
|
|
Loading…
Reference in a new issue