mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-21 19:39:39 +01:00
12 lines
488 B
Diff
12 lines
488 B
Diff
--- template/app/src/admin/dashboards/users/UsersTable.tsx
|
|
+++ opensaas-sh/app/src/admin/dashboards/users/UsersTable.tsx
|
|
@@ -302,7 +302,7 @@
|
|
</div>
|
|
<div className="col-span-2 flex items-center">
|
|
<p className="text-muted-foreground text-sm">
|
|
- {user.paymentProcessorUserId}
|
|
+ {user.subscriptionStatus}
|
|
</p>
|
|
</div>
|
|
<div className="col-span-1 flex items-center">
|