From 3872f8e3af4717c119d1b1dae04423d5cbee98c2 Mon Sep 17 00:00:00 2001 From: prefer2 Date: Thu, 6 Oct 2022 17:13:39 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20recipient=20=EC=83=81=EC=88=98?= =?UTF-8?q?=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/RollingpaperPage/components/LetterPaper.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/RollingpaperPage/components/LetterPaper.tsx b/frontend/src/pages/RollingpaperPage/components/LetterPaper.tsx index 103711f1..78abbd5d 100644 --- a/frontend/src/pages/RollingpaperPage/components/LetterPaper.tsx +++ b/frontend/src/pages/RollingpaperPage/components/LetterPaper.tsx @@ -11,7 +11,7 @@ import MessageCreateForm from "@/pages/RollingpaperPage/components/MessageCreate import MessageBox from "@/pages/RollingpaperPage/components/MessageBox"; import useSliceMessageList from "@/pages/RollingpaperPage/hooks/useSliceMessageList"; -import { ROLLINGPAPER_STATE_TYPE } from "@/constants"; +import { ROLLINGPAPER_STATE_TYPE, RECIPIENT } from "@/constants"; interface LetterPaperProp { to: string; @@ -48,7 +48,7 @@ const LetterPaper = ({ return rollingpaperState === ROLLINGPAPER_STATE_TYPE.WRITE ? [ , ...elementList,