diff --git a/apps/opik-frontend/src/components/shared/DataTableCells/IdCell.tsx b/apps/opik-frontend/src/components/shared/DataTableCells/IdCell.tsx index f1b5154986..0eb8fb2e91 100644 --- a/apps/opik-frontend/src/components/shared/DataTableCells/IdCell.tsx +++ b/apps/opik-frontend/src/components/shared/DataTableCells/IdCell.tsx @@ -1,5 +1,4 @@ import React, { useCallback } from "react"; -import truncate from "lodash/truncate"; import { CellContext } from "@tanstack/react-table"; import { Copy } from "lucide-react"; import copy from "clipboard-copy"; @@ -32,7 +31,7 @@ const IdCell = (context: CellContext) => { >
- {truncate(value, { length: 9 })} +
{value}