From 77ea5eca598e1edcba305f023e6bbc57edaea1d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=84=B1=ED=98=84?= Date: Tue, 8 Mar 2022 08:57:41 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20=EB=82=B4=20=ED=95=99=EC=8A=B5?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=ED=8E=98=EC=9D=B4=EC=A7=80=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=ED=95=99=EC=8A=B5=EB=A1=9C=EA=B7=B8=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C=20=EC=8B=9C=20=EC=9D=B8=EC=9E=90=EB=A5=BC=20=EA=B0=9D?= =?UTF-8?q?=EC=B2=B4=20=ED=98=95=ED=83=9C=EB=A1=9C=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?(#734)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: devhyun637 <59258239+devhyun637@users.noreply.github.com> --- frontend/src/pages/ProfilePageStudylogs/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/ProfilePageStudylogs/index.js b/frontend/src/pages/ProfilePageStudylogs/index.js index 0a18f5026..2f73118f0 100644 --- a/frontend/src/pages/ProfilePageStudylogs/index.js +++ b/frontend/src/pages/ProfilePageStudylogs/index.js @@ -89,7 +89,7 @@ const ProfilePageStudylogs = () => { if (!window.confirm(CONFIRM_MESSAGE.DELETE_STUDYLOG)) return; - await deletePost(id, accessToken); + await deletePost({ id, accessToken }); if (postError) { alert(ALERT_MESSAGE.FAIL_TO_DELETE_STUDYLOG);