Skip to content

Commit cb1f7bd

Browse files
authored
Merge pull request #99 from benjamin-747/main
test commit with pr
2 parents b994375 + f45ee4f commit cb1f7bd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
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);

components/HeaderWithSearch.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { useHeaderContext } from '../app/context/CrateContext';
66
import { useParams } from 'next/navigation';
77
import { message } from 'antd';
88
import { useRouter } from 'next/navigation';
9-
// import { cratesInfo } from '@/app/lib/all_interface';
109

1110
const Header = () => {
1211
const router = useRouter();

0 commit comments

Comments
 (0)