재수정
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { PayoutListProps, PayoutSearchDateType } from "../../model/payout/types";
|
||||
import { AdditionalServiceCategory } from "../../model/types";
|
||||
import { ListDateGroup } from "../list-date-group";
|
||||
import { useGroupDateOnStore, useGroupDateStore } from "@/shared/model/store";
|
||||
import { useEffect, useState } from "react";
|
||||
import { GetListHeight, IMAGE_ROOT, ListScrollOn, setScrollAction } from "@/shared/constants/common";
|
||||
|
||||
@@ -17,8 +15,8 @@ export const PayoutList = ({
|
||||
}: PayoutListProps) => {
|
||||
const { t, i18n } = useTranslation();
|
||||
|
||||
const { groupDate, setGroupDate } = useGroupDateStore();
|
||||
const { groupDateOn, setGroupDateOn } = useGroupDateOnStore();
|
||||
const [groupDate, setGroupDate] = useState<string>('');
|
||||
const [groupDateOn, setGroupDateOn] = useState<boolean>(false);
|
||||
|
||||
const [listHeight, setListHeight] = useState<number>(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user