Skip to content

Commit

Permalink
Missed update
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Sep 27, 2024
1 parent ee6cfb2 commit ed35189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/views/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
Object.defineProperty(navEntry, 'activationStart', {
configurable: true,
enumerable: true,
value: Math.min(time, fcpEntry?.startTime || time),
value: Math.min(time, fcpEntry?.startTime ?? time),
});
self.__stubVisibilityChange('visible');
delete document.prerendering;
Expand Down

0 comments on commit ed35189

Please sign in to comment.