Skip to content

Commit 71c30d4

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 9e9eb7f commit 71c30d4

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
@@ -39,7 +39,7 @@ export function TypedocSummary(props: {
3939

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

0 commit comments

Comments
 (0)