Skip to content

Commit ffc6665

Browse files
committed
Fix location link
1 parent 4185192 commit ffc6665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/location/LocationRaNameWithLinkField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const LocationRaNameWithLinkField = (
2222
});
2323

2424
return (
25-
<Link href={`#${path}`}>
25+
<Link href={path}>
2626
<Typography variant="body2" component="span">
2727
{record.data.location.name}
2828
</Typography>

0 commit comments

Comments
 (0)