feat : implement the quick pay screen

This commit is contained in:
2025-07-19 16:38:11 +05:30
parent f67319762f
commit eae989642b
7 changed files with 482 additions and 211 deletions

View File

@@ -61,7 +61,6 @@ export default function AccountStatementPage() {
}
}, [passedAccNo]);
const handleAccountTransaction = async () => {
if (!selectedAccNo || !startDate || !endDate) {
notifications.show({