Fixed Projects/Proposals/Time
This commit is contained in:
@@ -148,7 +148,7 @@ export default function ClientSupport() {
|
||||
</div>
|
||||
) : (
|
||||
<div className="space-y-2">
|
||||
{tickets.map((t) => (
|
||||
{(tickets || []).map((t) => (
|
||||
<div key={t.id} className="bg-[#0d1117] border border-[#1a1a24] rounded-xl p-4">
|
||||
<div className="flex items-center justify-between mb-1">
|
||||
<h3 className="text-white text-sm font-medium">{t.title}</h3>
|
||||
|
||||
Reference in New Issue
Block a user