feat : implement the quick pay screen
This commit is contained in:
@@ -12,10 +12,9 @@ export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
|
||||
const links = [
|
||||
{ label: " Quick Pay", href: "/funds_transfer" },
|
||||
{ label: "Send to Beneficiary", href: "/accounts/account_statement" },
|
||||
{ label: "Transfer within the bank", href: "/accounts/account_statement" },
|
||||
{ label: "Add Beneficary", href: "/accounts/account_statement" },
|
||||
{ label: "View Beneficary ", href: "/accounts/account_statement" },
|
||||
{ label: "Add Beneficiary", href: "/accounts/add_beneficiary" },
|
||||
{ label: "View Beneficiary ", href: "/accounts/view_beneficiary" },
|
||||
{ label: "Send to Beneficiary", href: "/accounts/send_beneficiary" },
|
||||
];
|
||||
useEffect(() => {
|
||||
const token = localStorage.getItem("access_token");
|
||||
|
||||
Reference in New Issue
Block a user