payment not found
This commit is contained in:
@@ -24,7 +24,7 @@ export function Navbar() {
|
||||
const [scrolled, setScrolled] = useState(false);
|
||||
|
||||
const { data: navbarItems } = useQuery({
|
||||
queryKey: ["navbaritem"],
|
||||
queryKey: ["navbaritem",locale],
|
||||
queryFn: () => httpClient(endPoints.navbar),
|
||||
select: (data: any) => ({
|
||||
results: data?.data?.data?.results,
|
||||
|
||||
Reference in New Issue
Block a user