We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4185192 commit ffc6665Copy full SHA for ffc6665
src/components/location/LocationRaNameWithLinkField.tsx
@@ -22,7 +22,7 @@ const LocationRaNameWithLinkField = (
22
});
23
24
return (
25
- <Link href={`#${path}`}>
+ <Link href={path}>
26
<Typography variant="body2" component="span">
27
{record.data.location.name}
28
</Typography>
0 commit comments