Remove undefined ownerEmail reference from JSX
cgen-1701c214198f4912a244a3fbfbbdbf0d
This commit is contained in:
parent
c3a7086906
commit
2ce6313ac0
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue