diff --git a/frontend/src/scenes/batch_exports/BatchExportEditForm.tsx b/frontend/src/scenes/batch_exports/BatchExportEditForm.tsx index 5d938746d3563..39a6427f12b49 100644 --- a/frontend/src/scenes/batch_exports/BatchExportEditForm.tsx +++ b/frontend/src/scenes/batch_exports/BatchExportEditForm.tsx @@ -224,8 +224,8 @@ export function BatchExportsEditForm(props: BatchExportsEditLogicProps): JSX.Ele /> - {!batchExportConfigForm.encryption || - batchExportConfigForm.encryption != 'aws:kms' ? null : ( + { + batchExportConfigForm.encryption == 'aws:kms' && (