Skip to content

Commit

Permalink
fix(core): remove tag page semicolon (#10379)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Feb 24, 2025
1 parent 2d41c2f commit 5fe4b2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const Component = () => {
return (
<>
<AllDocSidebarTabs />
<TagDetail tagId={params.tagId} />;
<TagDetail tagId={params.tagId} />
</>
);
};

0 comments on commit 5fe4b2b

Please sign in to comment.