From d0002b3faa03b3ec6512d56f4f7416e34b13ff2f Mon Sep 17 00:00:00 2001 From: Jinwoo Lee <34625313+GrasshopperBears@users.noreply.github.com> Date: Tue, 15 Dec 2020 01:05:58 +0900 Subject: [PATCH] =?UTF-8?q?[fe]=20refactor=20(#95)=20=EB=A7=A4=EC=B9=AD?= =?UTF-8?q?=EB=90=9C=20=ED=83=9D=EC=8B=9C=20=EC=A0=95=EB=B3=B4=20=EC=BB=B4?= =?UTF-8?q?=ED=8F=AC=EB=84=8C=ED=8A=B8=20=EB=B3=80=EA=B2=BD=20-=20taxiInfo?= =?UTF-8?q?=EA=B0=80=20=EB=B3=80=EA=B2=BD=EB=90=A0=20=EC=9D=BC=EC=9D=B4=20?= =?UTF-8?q?=EC=97=86=EA=B8=B0=20=EB=95=8C=EB=AC=B8=EC=97=90=20useMemo?= =?UTF-8?q?=EB=A1=9C=20=EB=9E=98=ED=95=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/userMatching/MatchedDriverData.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/userMatching/MatchedDriverData.tsx b/client/src/components/userMatching/MatchedDriverData.tsx index 5c89672..03ce707 100644 --- a/client/src/components/userMatching/MatchedDriverData.tsx +++ b/client/src/components/userMatching/MatchedDriverData.tsx @@ -80,4 +80,4 @@ const P = styled.div` text-overflow: ellipsis; `; -export default MatchedDriverData; +export default React.memo(MatchedDriverData);