Rename demoProfiles references
cgen-9546cfc429684ad19d1c04ea680666e1
This commit is contained in:
parent
5897559b4b
commit
595bf558f7
1 changed files with 3 additions and 3 deletions
|
|
@ -599,12 +599,12 @@ export default function Admin() {
|
|||
</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent className="space-y-3">
|
||||
{demoProfiles.length === 0 && (
|
||||
{managedProfiles.length === 0 && (
|
||||
<div className="text-sm text-muted-foreground">
|
||||
No demo accounts seeded yet.
|
||||
No member profiles found yet.
|
||||
</div>
|
||||
)}
|
||||
{demoProfiles.map((p) => (
|
||||
{managedProfiles.map((p) => (
|
||||
<div
|
||||
key={p.id}
|
||||
className="flex items-center justify-between p-2 rounded border border-border/40"
|
||||
|
|
|
|||
Loading…
Reference in a new issue