File tree 1 file changed +2
-2
lines changed
frontend/src/pages/RollingpaperPage/components
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import MessageCreateForm from "@/pages/RollingpaperPage/components/MessageCreate
11
11
import MessageBox from "@/pages/RollingpaperPage/components/MessageBox" ;
12
12
import useSliceMessageList from "@/pages/RollingpaperPage/hooks/useSliceMessageList" ;
13
13
14
- import { ROLLINGPAPER_STATE_TYPE } from "@/constants" ;
14
+ import { ROLLINGPAPER_STATE_TYPE , RECIPIENT } from "@/constants" ;
15
15
16
16
interface LetterPaperProp {
17
17
to : string ;
@@ -48,7 +48,7 @@ const LetterPaper = ({
48
48
return rollingpaperState === ROLLINGPAPER_STATE_TYPE . WRITE
49
49
? [
50
50
< MessageCreateForm
51
- enableSecretMessage = { recipientType === " MEMBER" }
51
+ enableSecretMessage = { recipientType === RECIPIENT . MEMBER }
52
52
onEditEnd = { handleWriteEnd }
53
53
/> ,
54
54
...elementList ,
You can’t perform that action at this time.
0 commit comments