Skip to content

Commit 26a9061

Browse files
Shorthand lint fix
1 parent 74502ad commit 26a9061

File tree

1 file changed

+1
-1
lines changed
  • injected/src/features/breakage-reporting

1 file changed

+1
-1
lines changed

injected/src/features/breakage-reporting/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export function getExpandedPerformanceMetrics() {
6161

6262
// Paint metrics
6363
firstContentfulPaint: fcp ? fcp.startTime : null,
64-
largestContentfulPaint: largestContentfulPaint,
64+
largestContentfulPaint,
6565

6666
// Network metrics
6767
timeToFirstByte: navigation.responseStart - navigation.fetchStart,

0 commit comments

Comments
 (0)