empty-files-removed
This commit is contained in:
parent
b5e25e0d6d
commit
42d8e7598c
|
@ -12,7 +12,7 @@ import { descFromBody, keywordsFromTopics } from '~/utils/meta'
|
||||||
import { FullArticle } from '../../components/Article/FullArticle'
|
import { FullArticle } from '../../components/Article/FullArticle'
|
||||||
import { PageLayout } from '../../components/_shared/PageLayout'
|
import { PageLayout } from '../../components/_shared/PageLayout'
|
||||||
import { ReactionsProvider } from '../../context/reactions'
|
import { ReactionsProvider } from '../../context/reactions'
|
||||||
// import AuthorPage, { AuthorPageProps } from '../author/[slug]/[...tab]'
|
import AuthorPage, { AuthorPageProps } from '../author/[slug]/[...tab]'
|
||||||
import TopicPage, { TopicPageProps } from '../topic/[slug]/[...tab]'
|
import TopicPage, { TopicPageProps } from '../topic/[slug]/[...tab]'
|
||||||
|
|
||||||
const fetchShout = async (slug: string): Promise<Shout | undefined> => {
|
const fetchShout = async (slug: string): Promise<Shout | undefined> => {
|
||||||
|
@ -46,8 +46,8 @@ export default (props: RouteSectionProps<SlugPageProps>) => {
|
||||||
...props.params,
|
...props.params,
|
||||||
slug: props.params.slug.slice(1, props.params.slug.length)
|
slug: props.params.slug.slice(1, props.params.slug.length)
|
||||||
}
|
}
|
||||||
} // as RouteSectionProps<AuthorPageProps>
|
} as RouteSectionProps<AuthorPageProps>
|
||||||
return <Loading /> //</><AuthorPage {...patchedProps} />
|
return <AuthorPage {...patchedProps} />
|
||||||
}
|
}
|
||||||
|
|
||||||
if (props.params.slug.startsWith('!')) {
|
if (props.params.slug.startsWith('!')) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user