We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6fb1d5 + 7baded3 commit dd73636Copy full SHA for dd73636
components/EditProfilePage/FollowingTabComponents.tsx
@@ -124,7 +124,7 @@ export function FollowedItem({
124
<Row className={`align-items-center flex-column flex-md-row`}>
125
{isBillElement(element) ? (
126
<>
127
- <Internal href={`bills/${element.court}/${element.billId}`}>
+ <Internal href={`/bills/${element.court}/${element.billId}`}>
128
{formatBillId(element.billId)}
129
</Internal>
130
<Col xs={12} md={8} className={`d-flex`}>
0 commit comments