diff --git a/src/components/wallet/bank-account-section.tsx b/src/components/wallet/bank-account-section.tsx index 659710d..5f03bc9 100644 --- a/src/components/wallet/bank-account-section.tsx +++ b/src/components/wallet/bank-account-section.tsx @@ -1,6 +1,7 @@ import { ChevronRight } from "@mui/icons-material"; import { Skeleton, Stack } from "@mui/material"; +import { Link } from "@/components/ui/link"; import { Typography } from "@/components/ui/typography"; import { SectionWrapper } from "@/components/wallet/section-wrapper"; import { useBankAccounts } from "@/hooks/api/use-bank-accounts"; @@ -36,7 +37,13 @@ export const BankAccountSection = () => { )} - + + + );