Skip to content

Commit

Permalink
fix one more issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mav-Ivan committed Sep 26, 2023
1 parent 399e082 commit 5d1b549
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const CategoriesContainer = () => {

const getCategories = useCallback(
() =>
ResourceService.getCategories({
ResourceService.getResourcesCategories({
limit: itemsPerPage,
skip: (page - 1) * itemsPerPage,
sort,
Expand Down

0 comments on commit 5d1b549

Please sign in to comment.