Skip to content

Commit 659763a

Browse files
on hover stroke update
1 parent d1c9788 commit 659763a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app/components/StateRoute/ComponentMap/ComponentMap.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,6 @@ export default function ComponentMap({
283283
// stroke = '#df6f37'
284284
}
285285

286-
//testing hover functionality
287-
// const [isHovered, setIsHovered] = React.useState(false);
288-
289286
//hover state
290287
const [isHovered, setIsHovered] = useState(false);
291288
const handleMouseEnter = () => {

0 commit comments

Comments
 (0)