Skip to content

Commit 2c32a27

Browse files
committed
fix: review
1 parent 7fd2146 commit 2c32a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/containers/Node/Node.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ function NodePageContent({
207207
id as NodeTab,
208208
);
209209
return (
210-
<Tab value={id}>
211-
<InternalLink to={path} key={id} as="tab">
210+
<Tab value={id} key={id}>
211+
<InternalLink to={path} as="tab">
212212
{title}
213213
</InternalLink>
214214
</Tab>

0 commit comments

Comments
 (0)