product provision list fixed
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user