Reverted to commit 9fcf1f5413

This commit is contained in:
gpt-engineer-app[bot]
2025-09-30 14:06:33 +00:00
parent dc3c210e40
commit 849cd25762
4 changed files with 1 additions and 336 deletions

View File

@@ -141,11 +141,6 @@ export function ItemReviewCard({ item, onEdit, onStatusChange }: ItemReviewCardP
<Edit className="w-3 h-3" />
</Button>
)}
{item.original_data && (
<Badge variant="secondary" className="text-xs">
Edited
</Badge>
)}
</div>
</div>
</CardHeader>