Commit f924382a authored by Kim, Subin's avatar Kim, Subin
Browse files

오타 수정

parent 057ea88c
...@@ -26,7 +26,7 @@ function ACheck(props) { ...@@ -26,7 +26,7 @@ function ACheck(props) {
alert(err.error) alert(err.error)
}); });
} }
if (state) return <Redirect to="/home" />; if (state) return <Redirect to="/" />;
function remove(index) { function remove(index) {
// axios.delete(`/reserves/${reserve[index]._id}`) // axios.delete(`/reserves/${reserve[index]._id}`)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment