Skip to content

Commit 3620523

Browse files
committed
test commit with pr
1 parent b994375 commit 3620523

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/DependentTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const DependencyTable: React.FC<DependentTableProps> = ({ data }) => {
1919
const [sortDirection, setSortDirection] = useState(null);
2020

2121

22-
// console.log('data in compnent detttttttttttttttttttttts:', data);
2322
const y = 1;
2423
if (y <= 0) {
2524
setSortColumn(null);

0 commit comments

Comments
 (0)