mirror of
http://88.130.71.182:3000/BlitTech/badoHair_fe.git
synced 2026-06-13 10:41:11 +00:00
Update May 24 by Elvis
This commit is contained in:
@@ -131,7 +131,7 @@ export default function AdminCommandes() {
|
||||
#{o.id.slice(0, 8).toUpperCase()}
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<div className="font-medium text-sm">{o.client_name ?? "—"}</div>
|
||||
<div className="font-medium text-sm">{o.client_name || "—"}</div>
|
||||
<div className="text-xs text-muted-foreground">{o.client_email ?? ""}</div>
|
||||
</TableCell>
|
||||
<TableCell className="text-sm">
|
||||
|
||||
Reference in New Issue
Block a user