Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/src/components/Modals/Hooks/useConnections.jsx
r0c6b92a r79a0317 5 5 6 6 const addConnection = () => { 7 console.log("TOSKA",shapeInfo)8 7 if (!shapeInfo.selectedPin || connections.includes(shapeInfo.selectedPin)) return; 9 8
Note:
See TracChangeset
for help on using the changeset viewer.