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);