페이징

This commit is contained in:
focp212@naver.com
2025-10-24 18:34:21 +09:00
parent ff17d01007
commit 2f13c29d1b
5 changed files with 168 additions and 12 deletions

View File

@@ -63,8 +63,7 @@ export const AllTransactionListPage = () => {
const [totalAmount, setTotalAmount] = useState<number>(0);
const [emailBottomSheetOn, setEmailBottomSheetOn] = useState<boolean>(false);
useSetHeaderTitle('거래내역 조회');
useSetHeaderType(HeaderType.LeftArrow);
useSetOnBack(() => {