We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8df967 commit 627c30fCopy full SHA for 627c30f
src/pages/apps/[id].astro
@@ -274,7 +274,7 @@ const costEstimate = algorithm.properties.cost_estimate && algorithm.properties.
274
</p>
275
)}
276
<div class="flex gap-2">
277
- {contact.links.map((link) => (
+ {(contact.links || []).map((link) => (
278
<a
279
href={link.href}
280
target="__blank"
0 commit comments