Skip to content

Commit 5e2cea1

Browse files
authored
Merge pull request #165 from part3-4team-Taskify/MINJI121-patch-1
[Fix] CardDetailModal: 불필요한 코드 제거
2 parents 6095b1b + 882f73e commit 5e2cea1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/modalDashboard/CardDetailModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { useClosePopup } from "@/hooks/useClosePopup";
1212
import { getColumn } from "@/api/columns";
1313
import { useRouter } from "next/router";
1414
import { toast } from "react-toastify";
15-
import isEqual from "lodash/isEqual";
1615
interface CardDetailModalProps {
1716
card: CardDetailType;
1817
currentUserId: number;

0 commit comments

Comments
 (0)