From 545aea2a46a578b2825bebad7147a9703fa5241c Mon Sep 17 00:00:00 2001 From: James Brunton Date: Mon, 8 Sep 2025 17:14:19 +0100 Subject: [PATCH] Remove double-title --- frontend/src/components/tools/redact/WordsToRedactInput.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/components/tools/redact/WordsToRedactInput.tsx b/frontend/src/components/tools/redact/WordsToRedactInput.tsx index e574c4819..623192ba3 100644 --- a/frontend/src/components/tools/redact/WordsToRedactInput.tsx +++ b/frontend/src/components/tools/redact/WordsToRedactInput.tsx @@ -32,10 +32,6 @@ export default function WordsToRedactInput({ wordsToRedact, onWordsChange, disab return ( - - {t('redact.auto.wordsToRedact.title', 'Words to Redact')} - - {/* Current words */} {wordsToRedact.map((word, index) => (