diff --git a/x-pack/legacy/plugins/apm/public/components/shared/charts/TransactionCharts/index.tsx b/x-pack/legacy/plugins/apm/public/components/shared/charts/TransactionCharts/index.tsx index 5f65d72ae101..94f30a8a2325 100644 --- a/x-pack/legacy/plugins/apm/public/components/shared/charts/TransactionCharts/index.tsx +++ b/x-pack/legacy/plugins/apm/public/components/shared/charts/TransactionCharts/index.tsx @@ -203,12 +203,12 @@ export class TransactionCharts extends Component { - {transactionType === TRANSACTION_PAGE_LOAD ? ( + {transactionType === TRANSACTION_PAGE_LOAD && ( <> - ) : null} + )} ); }