We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6095b1b + 882f73e commit 5e2cea1Copy full SHA for 5e2cea1
src/components/modalDashboard/CardDetailModal.tsx
@@ -12,7 +12,6 @@ import { useClosePopup } from "@/hooks/useClosePopup";
12
import { getColumn } from "@/api/columns";
13
import { useRouter } from "next/router";
14
import { toast } from "react-toastify";
15
-import isEqual from "lodash/isEqual";
16
interface CardDetailModalProps {
17
card: CardDetailType;
18
currentUserId: number;
0 commit comments