Remove double-title

This commit is contained in:
James Brunton 2025-09-08 17:14:19 +01:00
parent d0c59a6ab5
commit 545aea2a46

View File

@ -32,10 +32,6 @@ export default function WordsToRedactInput({ wordsToRedact, onWordsChange, disab
return ( return (
<Stack gap="sm"> <Stack gap="sm">
<Text size="sm" fw={500}>
{t('redact.auto.wordsToRedact.title', 'Words to Redact')}
</Text>
{/* Current words */} {/* Current words */}
{wordsToRedact.map((word, index) => ( {wordsToRedact.map((word, index) => (
<Group key={index} justify="space-between" style={{ <Group key={index} justify="space-between" style={{