Skip to content

Commit a22f504

Browse files
committed
Component map done with links working, history tab removed
> > Co-authored-by: Nkmai <[email protected]> Co-authored-by: lind-tania <[email protected]> Co-authored-by: rtviner <[email protected]> Co-authored-by: caitlinchan23<[email protected]>
1 parent 4ad4087 commit a22f504

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/components/ComponentMap.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ export default function ComponentMap({
165165
y={-height / 2}
166166
x={-width / 2}
167167
fill='#272b4d'
168-
//changed all the node.data.children to node.children and was causing pb rendering and expanding
169-
// stroke={node.children ? '#03c0dc' : '#26deb0'}
170168
stroke={node.children ? '#62d6fb' : '#F5F47E'}
171169
strokeWidth={1}
172170
strokeDasharray={node.children ? '0' : '2,2'}

0 commit comments

Comments
 (0)