Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
reservation-service
Commits
f924382a
Commit
f924382a
authored
Nov 04, 2020
by
Kim, Subin
Browse files
오타 수정
parent
057ea88c
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/client/src/Pages/ACheckPage.js
View file @
f924382a
...
...
@@ -26,7 +26,7 @@ function ACheck(props) {
alert
(
err
.
error
)
});
}
if
(
state
)
return
<
Redirect
to
=
"
/
home
"
/>
;
if
(
state
)
return
<
Redirect
to
=
"
/
"
/>
;
function
remove
(
index
)
{
// axios.delete(`/reserves/${reserve[index]._id}`)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment