This commit is contained in:
Untone 2024-05-21 04:20:08 +03:00
parent 46b80a3182
commit 7b546ecbc8

View File

@ -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