mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-03-19 06:39:44 +01:00
Update topic detail
This commit is contained in:
parent
bfea73d372
commit
7dc6135416
@ -187,7 +187,6 @@ export function TopicDetail(props: TopicDetailProps) {
|
||||
} else {
|
||||
setLinks((response as RoadmapContentDocument)?.links || []);
|
||||
setTopicTitle((response as RoadmapContentDocument)?.title || '');
|
||||
setHasContent(true);
|
||||
|
||||
const sanitizedMarkdown = sanitizeMarkdown(
|
||||
(response as RoadmapContentDocument).description || '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user