Skip to content

Commit dd73636

Browse files
authored
Merge pull request #1824 from Mephistic/fix-follow-links
Fix Bill Links on Following Tab
2 parents d6fb1d5 + 7baded3 commit dd73636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/EditProfilePage/FollowingTabComponents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export function FollowedItem({
124124
<Row className={`align-items-center flex-column flex-md-row`}>
125125
{isBillElement(element) ? (
126126
<>
127-
<Internal href={`bills/${element.court}/${element.billId}`}>
127+
<Internal href={`/bills/${element.court}/${element.billId}`}>
128128
{formatBillId(element.billId)}
129129
</Internal>
130130
<Col xs={12} md={8} className={`d-flex`}>

0 commit comments

Comments
 (0)