Commit 641da409 authored by Kim, Subin's avatar Kim, Subin
Browse files

세미콜론 삭제

parent fa94260b
...@@ -9,7 +9,7 @@ const MovieTable = ({ movieList }) => { ...@@ -9,7 +9,7 @@ const MovieTable = ({ movieList }) => {
async function handleClick(e, movieId) { async function handleClick(e, movieId) {
e.preventDefault(); e.preventDefault();
try { try {
setError(""); setError("")
await movieApi.submit(movieId) await movieApi.submit(movieId)
alert("서버 등록이 완료되었습니다.") alert("서버 등록이 완료되었습니다.")
} catch (error) { } catch (error) {
......
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