Remove undefined ownerEmail reference from JSX

cgen-1701c214198f4912a244a3fbfbbdbf0d
This commit is contained in:
Builder.io 2025-11-08 14:19:26 +00:00
parent c3a7086906
commit 2ce6313ac0

View file

@ -724,7 +724,7 @@ export default function Admin() {
<p className="text-xs text-muted-foreground">
Signed in as{" "}
<span className="text-foreground">
{normalizedEmail || ownerEmail}
{normalizedEmail}
</span>
</p>
</div>