feat:user migration
This commit is contained in:
@@ -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") : "")
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user