fix(core): remove tag page semicolon (#10379)

This commit is contained in:
pengx17
2025-02-24 03:14:06 +00:00
parent 2d41c2ff8d
commit 5fe4b2b3e4

View File

@@ -103,7 +103,7 @@ export const Component = () => {
return (
<>
<AllDocSidebarTabs />
<TagDetail tagId={params.tagId} />;
<TagDetail tagId={params.tagId} />
</>
);
};