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

세미콜론 삭제

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