mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-24 04:26:14 +00:00
Remove double-title
This commit is contained in:
parent
d0c59a6ab5
commit
545aea2a46
@ -32,10 +32,6 @@ export default function WordsToRedactInput({ wordsToRedact, onWordsChange, disab
|
||||
|
||||
return (
|
||||
<Stack gap="sm">
|
||||
<Text size="sm" fw={500}>
|
||||
{t('redact.auto.wordsToRedact.title', 'Words to Redact')}
|
||||
</Text>
|
||||
|
||||
{/* Current words */}
|
||||
{wordsToRedact.map((word, index) => (
|
||||
<Group key={index} justify="space-between" style={{
|
||||
|
Loading…
x
Reference in New Issue
Block a user