Skip to content

Commit 3c03b03

Browse files
authored
Merge pull request #1 from devmrh/devmrh
comment useEffect
2 parents a4e4fb1 + 4819189 commit 3c03b03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/pages/about.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import { gql } from "apollo-boost";
99
import { useQuery } from "@apollo/react-hooks";
1010

1111
const About: NextPage = ({pageProps, getStaticProp}) => {
12-
useEffect(() => {
13-
//getUsers();
14-
}, []);
12+
// useEffect(() => {
13+
// //getUsers();
14+
// }, []);
1515
// getUsers()
1616
// const aa = useSelector((state) => state);
1717
//console.log("IM AA", aa);

0 commit comments

Comments
 (0)