Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit 09a57c8

Browse files
authored
fix: ward breadcrumbs (#1262)
1 parent b3def7e commit 09a57c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/pages/ward/[wardId].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ const WardOverview: NextPage = ({ overwriteTranslation }: PropsForTranslation<Wa
239239
crumbs={[
240240
{
241241
display: organization?.name ?? translation.organization,
242-
link: `/organizations/?organizationId${organization?.id}`
242+
link: `/organizations/?organizationId=${organization?.id}`
243243
},
244244
{
245245
display: ward?.name ?? translation.ward,

0 commit comments

Comments
 (0)