mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
feat: invoice generator
This commit is contained in:
@@ -38,6 +38,7 @@ export default async function RootLayout({ children }: { children: React.ReactNo
|
||||
name: user.name || "",
|
||||
email: user.email,
|
||||
avatar: user.avatar || undefined,
|
||||
membershipPlan: user.membershipPlan || "unlimited",
|
||||
storageUsed: user.storageUsed || 0,
|
||||
storageLimit: user.storageLimit || -1,
|
||||
aiBalance: user.aiBalance || 0,
|
||||
|
||||
Reference in New Issue
Block a user