diff --git a/app/(app)/clients/[id].tsx b/app/(app)/clients/[id].tsx index 8c7d501..0b8a5a9 100644 --- a/app/(app)/clients/[id].tsx +++ b/app/(app)/clients/[id].tsx @@ -268,6 +268,7 @@ export default function ClientDetailScreen() { No active subscription ) : ( + <> {/* Plan type badge */} {sub.type && ( @@ -298,6 +299,7 @@ export default function ClientDetailScreen() { + )} )}