From 92759f917db4956d39adb148f96ef964b5fb9361 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:14:51 +0000 Subject: [PATCH] Reverted to commit 415aa45f4c44299cda70cfb5ff5a946a84ed5bc4 --- src/components/moderation/QueueItem.tsx | 49 ++++++++----------- .../moderation/SubmissionChangesDisplay.tsx | 2 +- src/hooks/useModerationQueue.ts | 15 +----- 3 files changed, 23 insertions(+), 43 deletions(-) diff --git a/src/components/moderation/QueueItem.tsx b/src/components/moderation/QueueItem.tsx index 9d85d08b..ab9b9e64 100644 --- a/src/components/moderation/QueueItem.tsx +++ b/src/components/moderation/QueueItem.tsx @@ -233,8 +233,8 @@ export const QueueItem = memo(({ )} - -
+ +
{item.type === 'review' ? (
{item.content.title && ( @@ -363,27 +363,7 @@ export const QueueItem = memo(({ )}
- {/* Notes and metadata column on desktop */} -
- {(item.status === 'pending' || item.status === 'flagged') && ( -
- -