diff --git a/plugins/tech-radar/src/components/RadarLegend/RadarLegendRing.tsx b/plugins/tech-radar/src/components/RadarLegend/RadarLegendRing.tsx index b78429a5eb..68b42373f3 100644 --- a/plugins/tech-radar/src/components/RadarLegend/RadarLegendRing.tsx +++ b/plugins/tech-radar/src/components/RadarLegend/RadarLegendRing.tsx @@ -61,7 +61,7 @@ export const RadarLegendRing = ({ title={entry.title} description={entry.description} active={entry.active} - links={entry.links} + links={entry.links ?? []} /> ))}