stab
This commit is contained in:
parent
46b80a3182
commit
7b546ecbc8
|
@ -52,7 +52,7 @@ export const TopicPage = (props: PageProps) => {
|
||||||
const usePrerenderedData = props.topic?.slug === slug()
|
const usePrerenderedData = props.topic?.slug === slug()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<PageLayout title={props.seo.title}>
|
<PageLayout title={props.seo?.title || props.topic?.title}>
|
||||||
<ReactionsProvider>
|
<ReactionsProvider>
|
||||||
<Show when={isLoaded()} fallback={<Loading />}>
|
<Show when={isLoaded()} fallback={<Loading />}>
|
||||||
<TopicView
|
<TopicView
|
||||||
|
|
Loading…
Reference in New Issue
Block a user