풋터 관련 수정

This commit is contained in:
focp212@naver.com
2025-10-13 09:51:29 +09:00
parent 005941bc8b
commit 261d17cd30
30 changed files with 67 additions and 43 deletions

View File

@@ -18,8 +18,7 @@ import {
useSetOnBack,
useSetHeaderTitle,
useSetHeaderType,
useSetFooterMode,
useSetFooterCurrentPage
useSetFooterMode
} from '@/widgets/sub-layout/use-sub-layout';
import { useStore } from '@/shared/model/store';
@@ -58,9 +57,8 @@ export const AllTransactionListPage = () => {
useSetOnBack(() => {
navigate(PATHS.home);
});
useSetFooterMode(true);
useSetFooterCurrentPage(FooterItemActiveKey.Transaction);
useSetFooterMode(false);
const { mutateAsync: allTransactionList } = useAllTransactionListMutation();
const { mutateAsync: allTransactionListSummary } = useAllTransactionListSummaryMutation();
const { mutateAsync: downloadExcel } = useDownloadExcelMutation();