Skip to content

Commit 1fd8b0e

Browse files
authored
Update solution.hide.jsx
1 parent 35feaf1 commit 1fd8b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/06-listening-to-events/solution.hide.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import ReactDOM from "react-dom";
33

4-
const clickHandler = (e) => {
4+
const clickHandler = e => {
55
console.log("I was clicked!", e);
66
};
77

0 commit comments

Comments
 (0)