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.
1 parent b994375 commit 3620523Copy full SHA for 3620523
components/DependentTable.tsx
@@ -19,7 +19,6 @@ const DependencyTable: React.FC<DependentTableProps> = ({ data }) => {
19
const [sortDirection, setSortDirection] = useState(null);
20
21
22
- // console.log('data in compnent detttttttttttttttttttttts:', data);
23
const y = 1;
24
if (y <= 0) {
25
setSortColumn(null);
0 commit comments