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
butter-studio
Commits
641da409
Commit
641da409
authored
Jul 19, 2021
by
Kim, Subin
Browse files
세미콜론 삭제
parent
fa94260b
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/MovieTable/MovieTable.js
View file @
641da409
...
...
@@ -9,7 +9,7 @@ const MovieTable = ({ movieList }) => {
async
function
handleClick
(
e
,
movieId
)
{
e
.
preventDefault
();
try
{
setError
(
""
)
;
setError
(
""
)
await
movieApi
.
submit
(
movieId
)
alert
(
"
서버 등록이 완료되었습니다.
"
)
}
catch
(
error
)
{
...
...
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