diff --git a/src/home/FifthSection/index.jsx b/src/home/FifthSection/index.jsx index 49b49891e..191cd4961 100644 --- a/src/home/FifthSection/index.jsx +++ b/src/home/FifthSection/index.jsx @@ -118,7 +118,7 @@ function FifthSection({ fifth, history }) { }); }, []); - function goTask(item){ + function goTask(item) { history.push(`/task?type=${item.id}`) // console.log(item); } @@ -131,7 +131,7 @@ function FifthSection({ fifth, history }) {