diff --git a/src/LecueNote/components/WriteNote/index.tsx b/src/LecueNote/components/WriteNote/index.tsx index c5e47a4a..a6e7d490 100644 --- a/src/LecueNote/components/WriteNote/index.tsx +++ b/src/LecueNote/components/WriteNote/index.tsx @@ -12,7 +12,7 @@ function WriteNote({ contents, handleChangeFn, }: WriteNoteProps) { - const nickname = '와라라라랄라'; + const nickname = localStorage.getItem('nickname'); // 이모지 글자 수 세기 관련 라이브러리 const split = new GraphemeSplitter();