Skip to content

Commit 2833a05

Browse files
🛠️ apply pre-commit fixes
1 parent 1eac8fb commit 2833a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/performance/transactionSummary/transactionEvents/eapSampledEventsTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ function renderBodyCell(
354354
return renderOperationDurationCell(row, theme);
355355
}
356356

357-
if (!meta || !meta?.fields) {
357+
if (!meta?.fields) {
358358
return row[column.key];
359359
}
360360

0 commit comments

Comments
 (0)