From 1a6f66bbc62c2f11d06c2ac408c70d2849a62bc6 Mon Sep 17 00:00:00 2001 From: Yi SoJeong Date: Sat, 19 Dec 2020 23:48:52 +0900 Subject: [PATCH] =?UTF-8?q?[#141]=20refactor:=20block=EC=9D=98=20type?= =?UTF-8?q?=EB=A7=8C=20=EB=B0=94=EB=80=94=20=EB=95=8C=EB=A1=9C=20render?= =?UTF-8?q?=EC=88=98=20=EA=B0=90=EC=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/atoms/BlockContent/BlockContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/atoms/BlockContent/BlockContent.tsx b/frontend/src/components/atoms/BlockContent/BlockContent.tsx index f8ac14e..6eb865b 100644 --- a/frontend/src/components/atoms/BlockContent/BlockContent.tsx +++ b/frontend/src/components/atoms/BlockContent/BlockContent.tsx @@ -247,7 +247,7 @@ function BlockContent(blockDTO: Block) { listCnt.current = cntOfUpperNumberListBlock() + 1; } } - }, [blockDTO.value, blockDTO.type]); + }, [blockDTO.type]); const dragOverHandler = (event: React.DragEvent) => { event.dataTransfer.dropEffect = 'move';