topic page fix

This commit is contained in:
Igor Lobanov 2022-10-05 19:55:17 +02:00
parent 4dcc70ff9c
commit e2ae61b592

View File

@ -15,7 +15,7 @@ export const TopicPage = (props: PageProps) => {
const page = getPage() const page = getPage()
if (page.route !== 'author') { if (page.route !== 'topic') {
throw new Error('ts guard') throw new Error('ts guard')
} }