mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 22:51:13 -05:00
Fix internal error
This commit is contained in:
@@ -86,12 +86,12 @@ export function ItemReviewCard({ item, onEdit, onStatusChange, submissionId }: I
|
||||
<CardTitle className={isMobile ? "text-sm" : "text-base"}>
|
||||
{item.item_type.replace('_', ' ').toUpperCase()}
|
||||
</CardTitle>
|
||||
{item.original_data && Object.keys(item.original_data).length > 0 && (
|
||||
{(item.original_data && Object.keys(item.original_data).length > 0 && (
|
||||
<Badge variant="secondary" className="text-xs bg-blue-100 text-blue-700 dark:bg-blue-900 dark:text-blue-300 border border-blue-300 dark:border-blue-700">
|
||||
<Edit className="w-3 h-3 mr-1" />
|
||||
Moderator Edited
|
||||
</Badge>
|
||||
)}
|
||||
)) as React.ReactNode}
|
||||
{hasBlockingErrors && (
|
||||
<Badge variant="destructive" className="text-xs">
|
||||
Blocked
|
||||
|
||||
Reference in New Issue
Block a user