Skip to content

Commit f1fd695

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 03f1585 commit f1fd695

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

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

0 commit comments

Comments
 (0)