diff --git a/web-next/app/[locale]/forum/topic/[topicId]/page.tsx b/web-next/app/[locale]/forum/topic/[topicId]/page.tsx index e7dbcfe..57a79d4 100644 --- a/web-next/app/[locale]/forum/topic/[topicId]/page.tsx +++ b/web-next/app/[locale]/forum/topic/[topicId]/page.tsx @@ -17,6 +17,7 @@ import { Pagination } from '@/components/Pagination' import { ReplyForm } from '@/components/ReplyForm' import { EditPostForm } from '@/components/EditPostForm' import { ForumModActions } from '@/components/ForumModActions' +import { WowheadRefresh } from '@/components/WowheadRefresh' export const dynamic = 'force-dynamic' @@ -66,6 +67,7 @@ export default async function TopicPage({ } >