Skip to content

Commit

Permalink
Updated link
Browse files Browse the repository at this point in the history
  • Loading branch information
remyvdwereld committed Jan 5, 2024
1 parent 9f0e415 commit bc473e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const Residence: FC<Props> = ({ caseId }) => {
// Footer
const woningUrlBagType = isWoning ? "verblijfsobject" : "ligplaats"
const woningUrlBagId = isWoning ? woningBagId : woonbootLigplaatsIndicatie
const woningUrl = `https://data.amsterdam.nl/data/bag/${ woningUrlBagType }/id${ woningUrlBagId }/`
const woningUrl = `https://data.amsterdam.nl/data/bag/${ woningUrlBagType }/${ woningUrlBagId }/`
const woningFooter = woningUrlBagId ? (
{ link: woningUrl, title: "Bekijk op Data en informatie" }
) : undefined
Expand Down

0 comments on commit bc473e2

Please sign in to comment.