Skip to content

Commit ef4f198

Browse files
author
Jack Crish
committed
add id to container
1 parent 3c6b093 commit ef4f198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/ComponentMap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ const ComponentMap = (props: componentMapProps) => {
252252
);
253253

254254
return (
255-
<div data-testid="canvas">
255+
<div id="map-canvas-container" data-testid="canvas">
256256
<svg id="canvas"></svg>
257257
</div>
258258
);

0 commit comments

Comments
 (0)