Fixed Projects/Proposals/Time
This commit is contained in:
@@ -155,7 +155,7 @@ export default function ClientProfile() {
|
||||
|
||||
{/* Contacts sidebar */}
|
||||
<div className="space-y-3">
|
||||
{contacts.map((c, i) => (
|
||||
{(contacts || []).map((c, i) => (
|
||||
<div key={i} className="bg-[#0d1117] border border-[#1a1a24] rounded-xl p-4">
|
||||
<div className="flex items-center gap-3">
|
||||
{c.type === "email" ? <Mail className="h-4 w-4 text-[#1BB0CE]" /> :
|
||||
|
||||
Reference in New Issue
Block a user