forked from Transparency/kgroad-frontend2
commited
This commit is contained in:
parent
7a9ba30e8f
commit
76b7a8e6b4
@ -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 = () => {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user