diff --git a/app/admin/feedback/page.tsx b/app/admin/feedback/page.tsx index 9dfbd31..9bb0414 100644 --- a/app/admin/feedback/page.tsx +++ b/app/admin/feedback/page.tsx @@ -8,7 +8,7 @@ type FeedbackSubmission = { category: 'BUG' | 'FEATURE_REQUEST' | 'GENERAL' message: string email: string | null - ipAddress: string + // ipAddress is returned by the API but not displayed in the table (privacy/noise) reviewed: boolean createdAt: string } @@ -137,7 +137,7 @@ export default function AdminFeedbackPage() { )} {!loading && !error && filtered.length > 0 && ( -