Skip to content

Commit b282750

Browse files
Update apps/portal/src/app/references/components/TDoc/Summary.tsx
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: greg <[email protected]>
1 parent 492159c commit b282750

File tree

1 file changed

+1
-1
lines changed
  • apps/portal/src/app/references/components/TDoc

1 file changed

+1
-1
lines changed

apps/portal/src/app/references/components/TDoc/Summary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function TypedocSummary(props: {
3838

3939
// TODO - link to doc
4040
return (
41-
<DocLink href={isUrlNum ? "" : s.url} key={Math.random()}>
41+
<DocLink href={isUrlNum ? "" : s.url} key={s.url}>
4242
<TypedocSummary summary={s.children} />
4343
</DocLink>
4444
);

0 commit comments

Comments
 (0)