fixed style and other errors

This commit is contained in:
2025-09-22 16:57:14 -06:00
parent 13fb4e56a1
commit 9fb6c29202
7 changed files with 39 additions and 36 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ function Receipt({ urlBase, numAcount }: ReceiptsProps) {
setAmount("");
setDate("");
router.push(`${urlBase}?numAcount=${numAcount}&success=1`);
router.push(`${urlBase}?numAcount=${numAcount}&success=Recibo guardado`);
} catch (err: any) {
console.error(err);
router.push(`${urlBase}?numAcount=${numAcount}&error=${err}`);