auth fonts adjusted
This commit was merged in pull request #844.
This commit is contained in:
@@ -51,7 +51,7 @@ export default function FamilyWalletBox({ wallet, payment }) {
|
||||
height="min-h-[240px]"
|
||||
/>
|
||||
</div>
|
||||
) : wallet?.data.length > 0 ? (
|
||||
) : wallet?.data?.length > 0 ? (
|
||||
<>
|
||||
{wallet?.data?.length > 1 && (
|
||||
<div className="wal-selection px-5 py-2 text-black dark:text-white flex items-center gap-2">
|
||||
|
||||
Reference in New Issue
Block a user