Fix validation errors and display

This commit is contained in:
gpt-engineer-app[bot]
2025-10-10 00:38:04 +00:00
parent d09e62410f
commit 2ccbb51fb1
3 changed files with 101 additions and 117 deletions

View File

@@ -158,15 +158,17 @@ export const QueueItem = memo(({
Claimed by You
</Badge>
)}
{item.submission_type && (
<ValidationSummary
item={{
item_type: item.submission_type || 'submission',
item_type: item.submission_type,
item_data: item.content,
id: item.id,
}}
compact={true}
onValidationChange={setValidationResult}
/>
)}
</div>
<div className={`flex items-center gap-2 text-muted-foreground ${isMobile ? 'text-xs' : 'text-sm'}`}>
<Calendar className={isMobile ? "w-3 h-3" : "w-4 h-4"} />