product provision list fixed

This commit is contained in:
victorAnumudu
2025-01-13 12:11:13 +01:00
parent 098f59a929
commit 950eb72051
2 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export default function ProductFactory(){
// Split the pathname by '/' and get the last element
const lastPart = pathname.split('/').pop();
console.log(lastPart)
// console.log(lastPart)
const {data, isFetching, isError, error} = useQuery({
queryKey: queryKeys.product,