diff --git a/components/admin/OrdersTable.tsx b/components/admin/OrdersTable.tsx index 117c40f..3e9f65e 100644 --- a/components/admin/OrdersTable.tsx +++ b/components/admin/OrdersTable.tsx @@ -7,7 +7,7 @@ import { Input } from "@/components/ui/input"; import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table"; import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select"; import { Search, Filter, Eye, ChevronLeft, ChevronRight } from "lucide-react"; -import { FixedSizeList as List } from 'react-window'; +import { List } from 'react-window'; import OrderDetailsModal from "./OrderDetailsModal"; interface Order { diff --git a/public/git-info.json b/public/git-info.json index af258f1..5dd96df 100644 --- a/public/git-info.json +++ b/public/git-info.json @@ -1,4 +1,4 @@ { - "commitHash": "0fba981", - "buildTime": "2026-01-11T07:37:53.091Z" + "commitHash": "86b812f", + "buildTime": "2026-01-11T07:38:54.222Z" } \ No newline at end of file