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 b994375 + f45ee4f commit cb1f7bdCopy full SHA for cb1f7bd
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);
components/HeaderWithSearch.tsx
@@ -6,7 +6,6 @@ import { useHeaderContext } from '../app/context/CrateContext';
6
import { useParams } from 'next/navigation';
7
import { message } from 'antd';
8
import { useRouter } from 'next/navigation';
9
-// import { cratesInfo } from '@/app/lib/all_interface';
10
11
const Header = () => {
12
const router = useRouter();
0 commit comments