Skip to content

Commit

Permalink
Merge pull request #2387 from Amsterdam/bugfix/update-link-data-infor…
Browse files Browse the repository at this point in the history
…matie

Updated link
  • Loading branch information
remyvdwereld authored Jan 5, 2024
2 parents 830ff7f + bc473e2 commit e42a08b
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 e42a08b

Please sign in to comment.