Set empty links when undefined
Signed-off-by: Marek Šneberger <marek@sneberger.cz>
This commit is contained in:
@@ -61,7 +61,7 @@ export const RadarLegendRing = ({
|
||||
title={entry.title}
|
||||
description={entry.description}
|
||||
active={entry.active}
|
||||
links={entry.links}
|
||||
links={entry.links ?? []}
|
||||
/>
|
||||
</li>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user