mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
fix(core): remove tag page semicolon (#10379)
This commit is contained in:
@@ -103,7 +103,7 @@ export const Component = () => {
|
||||
return (
|
||||
<>
|
||||
<AllDocSidebarTabs />
|
||||
<TagDetail tagId={params.tagId} />;
|
||||
<TagDetail tagId={params.tagId} />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user