feat(minimap): turn ariaLabel into an optional property
This commit is contained in:
@@ -155,7 +155,7 @@ function MiniMap({
|
||||
ref={svg}
|
||||
onClick={onSvgClick}
|
||||
>
|
||||
<title id={labelledBy}>{ariaLabel}</title>
|
||||
{ariaLabel && <title id={labelledBy}>{ariaLabel}</title>}
|
||||
{nodes.map((node) => {
|
||||
return (
|
||||
<MiniMapNode
|
||||
|
||||
Reference in New Issue
Block a user