feat:user migration

This commit is contained in:
2025-09-22 12:07:11 +05:30
parent 3a006bf3c1
commit 1e9595abd4
3 changed files with 109 additions and 3 deletions

View File

@@ -208,7 +208,7 @@ export default function AccountStatementPage() {
style={{ cursor: "pointer" }}
onClick={() =>
generatePDF(selectedAccNo || "", availableBalance || "0", transactions,
localStorage.getItem("remitter_name") || "",
localStorage.getItem("remitter_name") || "",
startDate ? dayjs(startDate).format("DD/MM/YYYY") : "",
endDate ? dayjs(endDate).format("DD/MM/YYYY") : "")
}

View File

@@ -249,7 +249,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
<Popover
opened={opened}
onChange={close}
position="bottom-end" // 👈 Logout button ke niche right align
position="bottom-end"
withArrow
shadow="md"
>