chore: typo

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
David Nguyen
2025-11-09 23:33:39 +11:00
committed by GitHub
parent 41e4b8868c
commit ada7b42b3f

View File

@ -62,7 +62,7 @@ const upsertFieldText = (field: FieldToRender, options: RenderFieldElementOption
}
}
// Default to blank for export mode since this we want to ensure we don't show
// Default to blank for export mode since we want to ensure we don't show
// any placeholder text or labels unless actually it's inserted.
if (mode === 'export') {
textToRender = '';