Skip to content

Commit db98f92

Browse files
author
spoeck
committed
add test log
1 parent 3d983f6 commit db98f92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Planet.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export function Planet(props: Props) {
104104
});
105105

106106
const onPlanet = (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => {
107+
console.log("onPlanet");
107108
if (onClick) {
108109
onClick(e);
109110
} else {

0 commit comments

Comments
 (0)