This commit is contained in:
Alibek 2024-02-19 17:06:15 +06:00
parent 7a9ba30e8f
commit 76b7a8e6b4
2 changed files with 0 additions and 5 deletions

View File

@ -1,8 +1,5 @@
import Typography from "@/shared/ui/components/Typography/Typography";
import "./Volunteers.scss";
import { apiInstance } from "@/shared/config/apiConfig";
import { AxiosError } from "axios";
import { IUserRatings } from "@/shared/types/user-rating-type";
import VolunteersTable from "@/widgets/VolunteersTable/VolunteersTable";
const Volunteers = () => {

View File

@ -37,8 +37,6 @@ export const useVolunteersStore = create<IVolunteersStore>((set) => ({
let data = response.data;
console.log(filter);
if (
filter.option === filterCategories[filter.option] &&
filter.toggle === false